Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima
Commits
083dbeff
Commit
083dbeff
authored
Mar 09, 2021
by
Laurent Claustre
Browse files
fix libconfig find for both windows and linux
parent
95aeeae8
Pipeline
#42756
passed with stages
in 22 minutes and 49 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
cmake/FindLibconfig.cmake
View file @
083dbeff
find_library
(
LIBCONFIG_LIBRARIES config++
)
find_library
(
LIBCONFIG_LIBRARIES
NAMES config++ lib
config++
)
find_path
(
LIBCONFIG_INCLUDE_DIRS libconfig.h++
)
include
(
FindPackageHandleStandardArgs
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment