Skip to content
Snippets Groups Projects

Resolve "Adapt to core CMakeLists.txt refactor"

Merged Mederic Fourmy requested to merge 28-adapt-to-core-cmakelists-txt-refactor into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -27,7 +27,7 @@ pkg_check_modules(csm QUIET csm )
@@ -27,7 +27,7 @@ pkg_check_modules(csm QUIET csm )
link_directories(${csm_LIBRARY_DIRS})
link_directories(${csm_LIBRARY_DIRS})
# keep only the files in a lib folder: by default the "." is in csm_LIBRARY_DIRS,
# keep only the files in a lib folder: by default the "." is in csm_LIBRARY_DIRS,
# which is not acceptable for target_link_directories
# which is not acceptable for target_link_directories
list(FILTER csm_LIBRARY_DIRS INCLUDE REGEX "/lib")
list(FILTER ${csm_LIBRARY_DIRS} INCLUDE REGEX "/lib")
#Build tests
#Build tests
Loading