]> Creatis software - crea.git/blobdiff - install/CMakeLists.txt
Bug fix in install library on windows
[crea.git] / 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)