We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aec27e commit 8ecdf05Copy full SHA for 8ecdf05
1 file changed
CMakeLists.txt
@@ -70,7 +70,7 @@ if(USE_SYSTEM_JSON)
70
endif()
71
72
if(USE_SYSTEM_RAPIDYAML)
73
- find_package(ryml REQUIRED VERSION 0.10.0)
+ find_package(ryml 0.10.0 REQUIRED)
74
75
76
#### Utility function to configure a target with our preferred C and C++ compilation flags.
0 commit comments