Fix unfortunate merge

This commit is contained in:
Nikita Lisitsa 2026-07-03 11:37:38 +03:00
parent 923cb61012
commit d290df3f29

View file

@ -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")