Skip to content
Snippets Groups Projects

Feature/cmake

+ 2
1
@@ -395,7 +395,8 @@ target_link_libraries(
${PUGS_STD_LINK_FLAGS}
)
# temporary version workaround until
# ------------------- Installation --------------------
# temporary version workaround
if(${CMAKE_VERSION} VERSION_LESS "3.13.0")
install(TARGETS pugs
RUNTIME DESTINATION bin
Loading