mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-03 22:03:58 +00:00
Merge pull request #264 from nulltoken/patch-2
Fix misleading comment in CMake build script
This commit is contained in:
commit
f252d479e7
@ -41,7 +41,7 @@ IF (MSVC)
|
||||
SET(CMAKE_C_FLAGS_RELEASE "/MT /O2")
|
||||
ENDIF()
|
||||
|
||||
# Build Release by default
|
||||
# Build Debug by default
|
||||
IF (NOT CMAKE_BUILD_TYPE)
|
||||
SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." FORCE)
|
||||
ENDIF ()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user