Vladimir Stackov 2014-12-26 17:32:39 +03:00
parent 6276815579
commit cb8a98a651
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ project( zbackup )
set( CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" )
set( CMAKE_BUILD_TYPE Release )
if( NOT CMAKE_BUILD_TYPE )
set( CMAKE_BUILD_TYPE Release )
endif( NOT CMAKE_BUILD_TYPE )
find_package( ZLIB REQUIRED )
include_directories( ${ZLIB_INCLUDE_DIRS} )