From: Eduardo DAVILA Date: Sun, 12 Dec 2021 09:20:59 +0000 (+0100) Subject: #3479 Bug compilation windows dlfcn.h include X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=bb3587e5a900f3ae2a3c184f3532fc0bc3218048;p=bbtk.git #3479 Bug compilation windows dlfcn.h include --- 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)