diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b52b4f..f7fc11f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(simple) # Set the project version. set(PROJECT_VER_MAJOR 1) -set(PROJECT_VER_MINOR 0) +set(PROJECT_VER_MINOR 1) set(PROJECT_VER_PATCH 0) set(simple_VERSION "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}") set(CMAKE_POSITION_INDEPENDENT_CODE ON) diff --git a/simpleConfig.cmake b/simpleConfig.cmake index bb68a50..0b24a3f 100644 --- a/simpleConfig.cmake +++ b/simpleConfig.cmake @@ -1,9 +1,4 @@ # - Config file for the simple package include(CMakeFindDependencyMacro) find_dependency(Threads) -include("${CMAKE_CURRENT_LIST_DIR}/simpleTargets.cmake") - - - - - +include("${CMAKE_CURRENT_LIST_DIR}/simpleTargets.cmake") \ No newline at end of file