Skip to content

Commit

Permalink
force CMake 3.11 and Boost 1.67 as minimum, issue #845
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadAlTurany committed Nov 13, 2018
1 parent ff98a29 commit 97d7bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# and PANDAROOT.

# Check if cmake has the required version
CMAKE_MINIMUM_REQUIRED(VERSION 3.9.4 FATAL_ERROR)
CMAKE_MINIMUM_REQUIRED(VERSION 3.11.0 FATAL_ERROR)

### CMP0025 Compiler id for Apple Clang is now AppleClang.
### CMP0042 MACOSX_RPATH is enabled by default.
Expand Down Expand Up @@ -276,7 +276,7 @@ Message("-- Looking for Boost ...")
# for boost.
Unset(Boost_INCLUDE_DIR CACHE)
Unset(Boost_LIBRARY_DIRS CACHE)
find_package(Boost 1.64 COMPONENTS thread system timer program_options random filesystem chrono exception regex
find_package(Boost 1.67 COMPONENTS thread system timer program_options random filesystem chrono exception regex
serialization log log_setup atomic date_time signals)
If (Boost_FOUND)
Set(Boost_Avail 1)
Expand Down

0 comments on commit 97d7bf7

Please sign in to comment.