Skip to content
Snippets Groups Projects
Commit f77a3ef5 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

hotfix?

parent 400f34a7
No related branches found
No related tags found
2 merge requests!8Cmake refactoring was merged to main, merge back to devel also,!7Resolve "Adapt to core CMakeLists.txt refactor"
Pipeline #10905 failed
......@@ -27,7 +27,7 @@ pkg_check_modules(csm QUIET csm )
link_directories(${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
list(FILTER csm_LIBRARY_DIRS INCLUDE REGEX "/lib")
list(FILTER ${csm_LIBRARY_DIRS} INCLUDE REGEX "/lib")
#Build tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment