diff --git a/CMakeLists.txt b/CMakeLists.txt index a4d843845ac9010ce03583a486744bf9db9df168..b07204a8298f47ced09df3a5056c048183570e2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,7 @@ FIND_PACKAGE(falkolib QUIET) find_package(PkgConfig) pkg_check_modules(csm QUIET csm ) link_directories(${csm_LIBRARY_DIRS}) +message(csm_LIBRARY_DIRS: ${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")