]> Creatis software - crea.git/commitdiff
Bug fix in install library on windows
authorguigues <guigues>
Wed, 14 Jan 2009 15:55:00 +0000 (15:55 +0000)
committerguigues <guigues>
Wed, 14 Jan 2009 15:55:00 +0000 (15:55 +0000)
install/CMakeLists.txt

index 8bce6d111e09d2e7301558a09bc99b426992eeff..3d5e8a225384eb1de18f7f8c227c3285bed2e51b 100644 (file)
@@ -23,9 +23,10 @@ IF(UNIX)
   SET(${LIBRARY_NAME}_BUILD_TREE_RELATIVE_LIBRARY_PATHS 
     .) # ${EXECUTABLE_OUTPUT_REL_PATH})
 ELSE(UNIX)
-  SET(${LIBRARY_NAME}_BUILD_TREE_RELATIVE_LIBRARY_PATHS 
-    Debug #${EXECUTABLE_OUTPUT_REL_PATH}/Debug
-    Release) #${EXECUTABLE_OUTPUT_REL_PATH}/Release)
+  SET(${LIBRARY_NAME}_BUILD_TREE_RELATIVE_LIBRARY_PATHS
+     .    )
+#    Debug
+#    Release)
 ENDIF(UNIX)
 
 SET(${LIBRARY_NAME}_INSTALL_TREE_RELATIVE_INCLUDE_PATHS include/crea)