From: Eduardo DAVILA Date: Sun, 12 Dec 2021 09:58:05 +0000 (+0100) Subject: #3479 Bug compilation windows dlfcn.h include X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=81fb37dff1326b5572dc7ed69b24b2a93a092443;p=bbtk.git #3479 Bug compilation windows dlfcn.h include --- diff --git a/kernel/cmake/BBTKFindLibraries.cmake b/kernel/cmake/BBTKFindLibraries.cmake index bc68f03..330b3d3 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{SQLITE_DIR}/include") ENDIF(MINGW)