]> Creatis software - crea.git/blobdiff - CMakeLists.txt
*** empty log message ***
[crea.git] / CMakeLists.txt
index 0ce98436f85e1ba4b5f073eec66e71e24aac7838..90b53c5d6bfb1461591608c5061f02017380ea03 100644 (file)
@@ -37,22 +37,7 @@ CREA_FIND_AND_USE_LIBRARIES()
 
 SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR})
 SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR})
-IF (WIN32)
-  SET(CREA_LIB_PATH bin)
-ELSE (WIN32)
-       if( NOT APPLE )
-               # check 64 bit
-               if( ${CMAKE_SIZEOF_VOID_P} EQUAL 4 )
-                       set( HAVE_64_BIT 0 )
-                       SET(CREA_LIB_PATH lib)
-               else( ${CMAKE_SIZEOF_VOID_P}EQUAL 4 )
-                       set( HAVE_64_BIT 1 )
-                       SET(CREA_LIB_PATH lib64)
-               endif( ${CMAKE_SIZEOF_VOID_P} EQUAL 4 )
-        endif( NOT APPLE )
-ENDIF(WIN32)
-
-
+SET(CREA_LIB_PATH ${CMAKE_CREA_LIB_PATH} )
 
 MARK_AS_ADVANCED(
   CMAKE_BACKWARDS_COMPATIBILITY