Skip to content

Commit

Permalink
Boost configuration file in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
YakoYakoYokuYoku committed Dec 21, 2024
1 parent d76729a commit 08149b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if(NOT DEFINED CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL "")
message(STATUS "Setting build type to '${CMAKE_BUILD_TYPE}' as none was specified.")
endif()

find_package(Boost COMPONENTS headers serialization)
find_package(Boost COMPONENTS headers serialization CONFIG)
if(WIN32)
# Prevent looking in the registry so that the MinGW python can be found.
set(Python3_FIND_REGISTRY NEVER)
Expand Down

0 comments on commit 08149b4

Please sign in to comment.