X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=CMakeLists.txt;h=70f606ff237fb4c1428fe93c03fe4811b200575a;hb=c3a7c31347d42a926214e2508d713975d124e8c6;hp=65c450b82cbcbb6b622e5a165ae7f291c10aada1;hpb=2147eb1f35814c0c8f7f641bcccfb844c7a4fc35;p=bamtools.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 65c450b..70f606f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,16 +30,17 @@ ensure_out_of_source_build (" (or the Windows equivalent)\n") # set BamTools version information -set (BamTools_VERSION_MAJOR 1) +set (BamTools_VERSION_MAJOR 2) set (BamTools_VERSION_MINOR 0) -set (BamTools_VERSION_BUILD 2) +set (BamTools_VERSION_BUILD 5) # set our library and executable destination dirs set (EXECUTABLE_OUTPUT_PATH "${CMAKE_SOURCE_DIR}/bin") set (LIBRARY_OUTPUT_PATH "${CMAKE_SOURCE_DIR}/lib") # define compiler flags for all code -add_definitions (-Wall -O2 -D_FILE_OFFSET_BITS=64) +set (CMAKE_BUILD_TYPE Release) +add_definitions (-Wall -D_FILE_OFFSET_BITS=64) # add our includes root path include_directories (src)