File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ file(TO_CMAKE_PATH "${CMAKE_PREFIX_PATH}" CMAKE_PREFIX_PATH)
2828message (STATUS "Module Path: ${CMAKE_MODULE_PATH} " )
2929message (STATUS "Prefix Path: ${CMAKE_PREFIX_PATH} " )
3030
31+ # Set Debug postfix
32+ set (CMAKE_DEBUG_POSTFIX d)
33+ set (CMAKE_MINSIZEREL_POSTFIX minsize)
34+ set (CMAKE_RELWITHDEBINFO_POSTFIX reldbg)
35+
3136# CMake Options
3237include (CMakeDependentOption)
3338
@@ -94,14 +99,8 @@ if (UDPCAP_THIRDPARTY_USE_BUILTIN_GTEST)
9499 include (thirdparty/GTest/GTest_make_available.cmake)
95100endif ()
96101
97-
98102#----------------------------------------------
99103
100- # Set Debug postfix
101- set (CMAKE_DEBUG_POSTFIX d)
102- set (CMAKE_MINSIZEREL_POSTFIX minsize)
103- set (CMAKE_RELWITHDEBINFO_POSTFIX reldbg)
104-
105104# Add main udpcap library
106105add_subdirectory (udpcap)
107106
You can’t perform that action at this time.
0 commit comments