Skip to content

Commit b0fa5aa

Browse files
committed
fix
1 parent 391973e commit b0fa5aa

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)