From ecf65329695cf32feb87796180c57f14aa37fd8e Mon Sep 17 00:00:00 2001 From: ppphp Date: Tue, 2 Apr 2024 02:01:11 +0800 Subject: [PATCH] fix for yaml version --- src/Mod/Material/App/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Material/App/CMakeLists.txt b/src/Mod/Material/App/CMakeLists.txt index bd38b5bdf5..2db2ec775d 100644 --- a/src/Mod/Material/App/CMakeLists.txt +++ b/src/Mod/Material/App/CMakeLists.txt @@ -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} )