commit 8628252f6fc761381e5b2f0bfb35973c0ddaf154
parent a09fa9e1afca7ed0a8c5108316465f6abc8104d7
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Thu, 26 Jan 2023 11:16:10 +0100
Use new build of the libcyaml binary package
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -145,7 +145,7 @@ add_executable(city_generator2
${CG2_FILES_INC})
target_link_libraries(city_generator2
- RSys StarCAD StarCPR ${LIBCYAML_LIBRARY} ${MATH_LIB})
+ RSys StarCAD StarCPR libcyaml ${MATH_LIB})
set_target_properties(city_generator2 PROPERTIES
VERSION ${CG2_VERSION})