Skip to content

Commit de5f3b4

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 7aa2934 + b0fa5aa commit de5f3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ set_target_properties(FaceRelay PROPERTIES
5252
)
5353

5454
# Install
55-
if (${CMAKE_BUILD_TYPE} MATCHES "Debug")
55+
if (${CMAKE_BUILD_TYPE} MATCHES "Debug" AND WIN32)
5656
install(FILES "C:/Windows/System32/ucrtbased.dll" DESTINATION bin)
5757
endif()
5858
install(DIRECTORY "${CMAKE_BINARY_DIR}/bin/" DESTINATION ${CMAKE_INSTALL_BINDIR} FILES_MATCHING PATTERN "*.dll")

0 commit comments

Comments
 (0)