]> Creatis software - bbtk.git/blobdiff - kernel/cmake/BBTKConfigurePackagePaths.cmake
*** empty log message ***
[bbtk.git] / kernel / cmake / BBTKConfigurePackagePaths.cmake
index 8208f0280cac1f39e6540f1df36fc4a9640da295..2a74b53ea45e60ab0fbcd7542a3b1b0779e49299 100644 (file)
@@ -1,4 +1,6 @@
 
+
+
 IF(WIN32)
   SET (EXECUTABLE_OUTPUT_REL_PATH "") 
   SET (LIBRARY_OUTPUT_REL_PATH    "")
@@ -6,10 +8,10 @@ IF(WIN32)
 #  SET(BBTK_BIN_PATH ${BBTK_DIR}/bin})
 #  FIND_FILE(PATHS ${BBTK_BIN_PATH})
 
-  FIND_PATH(BBTK_BIN_PATH bbi.exe ${BBTK_DIR}/bin ${BBTK_DIR}/Release ${BBTK_DIR}/Debug NO_DEFAULT_PATH)
+  FIND_PATH(BBTK_BIN_PATH bbi.exe ${BBTK_DIR}/bin ${BBTK_DIR}/Release ${BBTK_DIR}/RelWithDebInfo ${BBTK_DIR}/Debug NO_DEFAULT_PATH)
 
   IF(NOT BBTK_BIN_PATH)
-    MESSAGE(FATAL_ERROR "bbi not found in ${BBTK_DIR}/bin ; ${BBTK_DIR}/Release ; ${BBTK_DIR}/Debug : is bbtk properly built ?")  
+    MESSAGE(FATAL_ERROR "bbi not found in ${BBTK_DIR}/bin ; ${BBTK_DIR}/Release ; ${BBTK_DIR}/Debug ; ${BBTK_DIR}/RelWithDebInfo : is bbtk properly built ?")
   ENDIF(NOT BBTK_BIN_PATH)
 
   SET (ADDITIONAL_DLL_PATH "C:/Program Files/CreaTools/crea_ThirdParty_dlls-0.2.0/bin" CACHE PATH "Additional paths in which to look for dlls")