From f77a3ef5e17f379f63eab3ef2e09a04379a8d298 Mon Sep 17 00:00:00 2001 From: jvallve <jvallve@iri.upc.edu> Date: Mon, 16 May 2022 19:49:33 +0200 Subject: [PATCH] hotfix? --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e43e79..a4d8438 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 -- GitLab