Skip to content

Commit 2ef32ab

Browse files
jcpunkjohnbartholomew
authored andcommitted
chore: use modern cmake version detection
Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
1 parent 93ed3cc commit 2ef32ab

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
@@ -70,7 +70,7 @@ if(USE_SYSTEM_JSON)
7070
endif()
7171

7272
if(USE_SYSTEM_RAPIDYAML)
73-
find_package(ryml REQUIRED VERSION 0.10.0)
73+
find_package(ryml 0.10.0 REQUIRED)
7474
endif()
7575

7676
#### Utility function to configure a target with our preferred C and C++ compilation flags.

0 commit comments

Comments
 (0)