Update CMakeLists.txt

This commit is contained in:
sam-astro 2022-01-15 20:44:49 -05:00
parent 3a7e8d661b
commit fd94c0a448

View File

@ -22,7 +22,7 @@ SET(programName Slang)
set(Boost_USE_STATIC_LIBS OFF)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
find_package(Boost COMPONENTS any)
FIND_PACKAGE(Boost REQUIRED COMPONENTS system)
if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})