X-Git-Url: https://git.donarmstrong.com/?p=bamtools.git;a=blobdiff_plain;f=CMakeLists.txt;h=8deded9166da085bb94a1726d2732a3dfaaa204d;hp=f4f23bdce12166fd37c77ff14c9181e95f98b5f2;hb=2421926e573603541ecb63b1d399a28b8c4b2a6c;hpb=12002997e431049bfe0548340e14edb8f2638994 diff --git a/CMakeLists.txt b/CMakeLists.txt index f4f23bd..8deded9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,9 +11,6 @@ project( BamTools ) # Cmake requirements cmake_minimum_required( VERSION 2.6.4 ) -# init CTest -enable_testing() - # Force the build directory to be different from source directory macro( ENSURE_OUT_OF_SOURCE_BUILD MSG ) string( COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" insource ) @@ -34,8 +31,8 @@ ensure_out_of_source_build( " # set BamTools version information set( BamTools_VERSION_MAJOR 2 ) -set( BamTools_VERSION_MINOR 0 ) -set( BamTools_VERSION_BUILD 5 ) +set( BamTools_VERSION_MINOR 1 ) +set( BamTools_VERSION_BUILD 0 ) # set our library and executable destination dirs set( EXECUTABLE_OUTPUT_PATH "${CMAKE_SOURCE_DIR}/bin" )