Skip to content

Commit

Permalink
Merge branch 'hotfix-build-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
branoholy committed Jul 17, 2016
2 parents 84973cb + 9cd76dc commit b7586ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project("regilo")
# Set project version
set(PROJECT_VERSION_MAJOR "2")
set(PROJECT_VERSION_MINOR "4")
set(PROJECT_VERSION_PATCH "2")
set(PROJECT_VERSION_PATCH "3")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}")

if(${PROJECT_VERSION_PATCH})
Expand Down Expand Up @@ -55,7 +55,7 @@ add_definitions("-Wall -Wextra -pedantic")
# Find libraries
find_package(Threads)

find_package(Boost 1.54 REQUIRED COMPONENTS system unit_test_framework)
find_package(Boost 1.54 REQUIRED COMPONENTS system)
include_directories(${Boost_INCLUDE_DIR})

if(${examples-only} STREQUAL "OFF")
Expand Down
4 changes: 4 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Set project name
project("tests")

# Find libraries
find_package(Boost 1.54 REQUIRED COMPONENTS system unit_test_framework)
include_directories(${Boost_INCLUDE_DIR})

# Include headers
include_directories("include")

Expand Down

0 comments on commit b7586ab

Please sign in to comment.