Skip to content

Commit b64c6c6

Browse files
committed
Boost: Don't look for the JSON component so that the autobuild may build
1 parent fe87ac2 commit b64c6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ endif ()
329329
# Link libraries
330330

331331
# Link Boost
332-
find_package(Boost 1.82.0 REQUIRED COMPONENTS json)
332+
find_package(Boost 1.82.0 REQUIRED)
333333

334334
if (WIN32)
335335
target_compile_definitions(clonk PRIVATE BOOST_ALL_NO_LIB)

0 commit comments

Comments
 (0)