Skip to content

Commit

Permalink
Fix cmake option I later renamed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahogen committed Jul 1, 2024
1 parent 6cd3330 commit d116c63
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 @@ -22,7 +22,7 @@ if(DOCS_ONLY)
set(REQUIRED_STRING "")
endif()

if(NOT ${CERBERUS_SKIP_YAML_CPP_PACKAGE_SEARCH})
if(${CERBERUS_CPP_FIND_YAML_CPP})
find_package(yaml-cpp 0.6 ${REQUIRED_STRING})
endif()

Expand Down

0 comments on commit d116c63

Please sign in to comment.