Skip to content

Commit

Permalink
[Release] - Version 1.1.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvoVirga committed Jun 18, 2019
1 parent 68b19c5 commit c919918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down
7 changes: 1 addition & 6 deletions 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")

0 comments on commit c919918

Please sign in to comment.