We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391973e commit b0fa5aaCopy full SHA for b0fa5aa
CMakeLists.txt
@@ -52,7 +52,7 @@ set_target_properties(FaceRelay PROPERTIES
52
)
53
54
# Install
55
-if (${CMAKE_BUILD_TYPE} MATCHES "Debug")
+if (${CMAKE_BUILD_TYPE} MATCHES "Debug" AND WIN32)
56
install(FILES "C:/Windows/System32/ucrtbased.dll" DESTINATION bin)
57
endif()
58
install(DIRECTORY "${CMAKE_BINARY_DIR}/bin/" DESTINATION ${CMAKE_INSTALL_BINDIR} FILES_MATCHING PATTERN "*.dll")
0 commit comments