Skip to content

Commit dcd5d7e

Browse files
committed
CMake config: Fix the way boost is looked for
1 parent b3c1ec6 commit dcd5d7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ endif()
196196
197197
find_program(LUA_EXE NAMES lua lua5.4 lua5.3 lua5.2 lua5.1)
198198
199-
find_package(Boost 1.50 REQUIRED)
199+
find_package(Boost CONFIG 1.50 REQUIRED)
200200
include_directories(SYSTEM ${Boost_INCLUDE_DIR})
201201
202202
find_package(PostgreSQL REQUIRED)

0 commit comments

Comments
 (0)