From fd94c0a4489c8f5a77f791a379ed9be3a8cc36ef Mon Sep 17 00:00:00 2001 From: sam-astro <77079540+sam-astro@users.noreply.github.com> Date: Sat, 15 Jan 2022 20:44:49 -0500 Subject: [PATCH] Update CMakeLists.txt --- Slang/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slang/CMakeLists.txt b/Slang/CMakeLists.txt index f37d995..73eacf0 100644 --- a/Slang/CMakeLists.txt +++ b/Slang/CMakeLists.txt @@ -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})