]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorguigues <guigues>
Wed, 14 Jan 2009 15:15:23 +0000 (15:15 +0000)
committerguigues <guigues>
Wed, 14 Jan 2009 15:15:23 +0000 (15:15 +0000)
kernel/cmake/BBTKConfigurePackagePaths.cmake

index 8208f0280cac1f39e6540f1df36fc4a9640da295..5375858b20e8e732c986743b7a8c0010a96578db 100644 (file)
@@ -6,10 +6,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")