From bb3587e5a900f3ae2a3c184f3532fc0bc3218048 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Sun, 12 Dec 2021 10:20:59 +0100 Subject: [PATCH] #3479 Bug compilation windows dlfcn.h include --- kernel/cmake/BBTKFindLibraries.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/cmake/BBTKFindLibraries.cmake b/kernel/cmake/BBTKFindLibraries.cmake index 50877b9..bc68f03 100644 --- a/kernel/cmake/BBTKFindLibraries.cmake +++ b/kernel/cmake/BBTKFindLibraries.cmake @@ -143,7 +143,7 @@ IF(MINGW) SET(BBTK_LINK_LIBRARIES ${BBTK_LINK_LIBRARIES} dl) - include_directories( $ENV(CREATIS_THIRDPARTYDLLS_DIRS)/../include ) + include_directories( "$ENV(CREATIS_THIRDPARTYDLLS_DIRS)/../include" ) ENDIF(MINGW) -- 2.45.1