Skip to content

Commit

Permalink
DebugSymbols: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Nov 5, 2019
1 parent b62ab98 commit dfb1f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InstallDebugSymbols.cmake
Expand Up @@ -53,7 +53,7 @@ if(MSVC AND NOT CMAKE_VERSION VERSION_LESS 3.2)
set(HAS_SYMBOLS_CONDITION)
foreach(_config ${INSTALLSYMS_CONFIGURATIONS})
list(APPEND HAS_SYMBOLS_CONDITION "$<CONFIG:${_config}>")
endif()
endforeach()
# make list comma separated
string(REPLACE ";" "," HAS_SYMBOLS_CONDITION "${HAS_SYMBOLS_CONDITION}")
# Wrap in an "OR" generator expression
Expand Down

0 comments on commit dfb1f69

Please sign in to comment.