We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46b34e commit c45d150Copy full SHA for c45d150
build-support/custom-modules/ns3-platform-support.cmake
@@ -81,6 +81,9 @@ endif()
81
if(${MSVC} OR ${XCODE})
82
# Prevent multi-config generators from placing output files into per
83
# configuration directory
84
+ if(NOT (DEFINED CMAKE_CONFIGURATION_TYPES))
85
+ set(CMAKE_CONFIGURATION_TYPES DEBUG RELEASE RELWITHDEBINFO MINSIZEREL)
86
+ endif()
87
foreach(OUTPUTCONFIG ${CMAKE_CONFIGURATION_TYPES})
88
string(TOUPPER ${OUTPUTCONFIG} OUTPUTCONFIG)
89
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_${OUTPUTCONFIG}
0 commit comments