Skip to content

Commit

Permalink
CmakeList fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Jan 22, 2025
1 parent aa2804e commit d6f68df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ endif ()
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/conf/cmake/")

# Find Boost
if(POLICY CMP0167)
cmake_policy(SET CMP0167 NEW)
endif()
find_package(Boost REQUIRED)

# Find SimGrid
Expand Down

0 comments on commit d6f68df

Please sign in to comment.