mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:39:07 +08:00
parent
cd8fa6f75e
commit
d8f3fffd5e
@ -61,7 +61,7 @@ function(vcpkg_build_cmake)
|
||||
set(PARALLEL_ARG ${NO_PARALLEL_ARG})
|
||||
endif()
|
||||
|
||||
foreach(BUILDTYPE "release" "debug")
|
||||
foreach(BUILDTYPE "debug" "release")
|
||||
if(NOT DEFINED VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL BUILDTYPE)
|
||||
if(BUILDTYPE STREQUAL "debug")
|
||||
set(SHORT_BUILDTYPE "dbg")
|
||||
|
Loading…
Reference in New Issue
Block a user