1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-04-30 18:59:29 +03:00

CMake: set PDB output directory, don't set default build type

This commit is contained in:
Davide Beatrici
2018-11-18 04:18:42 +01:00
parent 25c99a7e04
commit e1bd84d7f3
13 changed files with 70 additions and 9 deletions
+2 -4
View File
@@ -16,11 +16,9 @@ if(UNIX)
endmacro(install_wrapper_script)
endif()
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
if(BUILD_TYPE STREQUAL "Debug")
add_definitions(-D_DEBUG -DDEBUG)
endif()
if(CMAKE_BUILD_TYPE STREQUAL "Release")
else()
add_definitions(-DNDEBUG -DVPN_SPEED)
endif()