From c9199181d8a9a3d858dd1bae7bd7ee552a1757d1 Mon Sep 17 00:00:00 2001 From: Salvo Virga Date: Tue, 18 Jun 2019 14:49:36 +0200 Subject: [PATCH] [Release] - Version 1.1.0 (#63) --- CMakeLists.txt | 2 +- simpleConfig.cmake | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) 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