fix for yaml version

This commit is contained in:
ppphp
2024-04-02 02:01:11 +08:00
committed by Chris Hennes
parent b1a0a3edc8
commit 53ff51b10e

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}
)