fix for yaml version

This commit is contained in:
ppphp
2024-04-01 16:46:57 -05:00
committed by Chris Hennes
parent ac1d887336
commit ecf6532969
+1 -1
View File
@@ -32,7 +32,7 @@ list(APPEND Material_LIBS
${QtConcurrent_LIBRARIES}
)
if(yaml-cpp_VERSION VERSION_LESS 0.7.0)
if(yaml-cpp_VERSION VERSION_LESS 0.8.0)
list(APPEND Material_LIBS
${YAML_CPP_LIBRARIES}
)