Fix unfortunate merge
This commit is contained in:
parent
923cb61012
commit
d290df3f29
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
if(NOT (CMAKE_SYSTEM_NAME STREQUAL Emscripten))
|
||||
# Boost.Math is header-only
|
||||
# Required for statistics.hpp
|
||||
find_package(Boost COMPONENTS math REQUIRED CONFIG)
|
||||
find_package(Boost REQUIRED CONFIG)
|
||||
endif()
|
||||
|
||||
file(GLOB_RECURSE PSEMEK_UTIL_HEADERS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "include/*.hpp")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue