Skip to content

Commit

Permalink
Fix CMake CMP0167 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Jul 16, 2024
1 parent 4267b74 commit cb0e7fb
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 @@ -61,7 +61,7 @@ if(IOS)
set(CMAKE_DISABLE_FIND_PACKAGE_ZLIB TRUE)
set(CMAKE_DISABLE_FIND_PACKAGE_BZip2 TRUE)
endif()
find_package(Boost 1.76.0) # first version with boost/qvm_lite.hpp
find_package(Boost CONFIG 1.76.0) # first version with boost/qvm_lite.hpp
if(Boost_FOUND)
target_include_directories(jngl PUBLIC ${Boost_INCLUDE_DIRS})
else()
Expand Down

0 comments on commit cb0e7fb

Please sign in to comment.