Skip to content

Commit f6b1ba3

Browse files
committed
Noconfig
1 parent 29169d0 commit f6b1ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ if(BUILD_EMSCRIPTEN_LIB)
141141
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH)
142142
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE BOTH)
143143
endif()
144-
find_package(Boost CONFIG REQUIRED)
144+
find_package(Boost REQUIRED)
145145
include_directories(${Boost_INCLUDE_DIRS})
146146
if(BUILD_EMSCRIPTEN_LIB)
147147
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)

0 commit comments

Comments
 (0)