Skip to content

Commit 3f757fc

Browse files
Fixed incremental link warnings in UWP/Debug build
1 parent f5b2514 commit 3f757fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildUtils.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function(set_common_target_properties TARGET)
8383
if(PLATFORM_UNIVERSAL_WINDOWS)
8484
# On UWP, disable incremental link to avoid linker warnings
8585
foreach(DBG_CONFIG ${DEBUG_CONFIGURATIONS})
86-
set_target_properties(${TARGET_NAME} PROPERTIES
86+
set_target_properties(${TARGET} PROPERTIES
8787
LINK_FLAGS_${DBG_CONFIG} "/INCREMENTAL:NO"
8888
)
8989
endforeach()

0 commit comments

Comments
 (0)