Skip to content

Commit

Permalink
cleanup of CMake file
Browse files Browse the repository at this point in the history
  • Loading branch information
speckdavid committed May 2, 2024
1 parent 75ab3a5 commit 4ad0ef2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/search/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,9 @@ else()
endif()
include(ExternalProject)

### Boost (clang only works with c++14)
#string(REPLACE "-std=c++17" "-std=c++14" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
### Boost
message(STATUS "Building MiniBoost.")
include_directories(SYSTEM ext/boost_dependencies)
#add_subdirectory(ext/boost_dependencies/libs)
#string(REPLACE "-std=c++14" "-std=c++17" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")

### Cudd
include_directories(SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/ext/cudd-3.0.0/cudd)
Expand Down

0 comments on commit 4ad0ef2

Please sign in to comment.