Skip to content

Commit

Permalink
change compile order to debug first, fix #2767 (#2785)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasjuang authored and ras0219-msft committed Feb 13, 2018
1 parent cd8fa6f commit d8f3fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmake/vcpkg_build_cmake.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d8f3fff

Please sign in to comment.