Skip to content

Commit

Permalink
Fix for Microsoft/Detours GIT repository default branch name change.
Browse files Browse the repository at this point in the history
  • Loading branch information
csl-ni committed Jul 26, 2023
1 parent 2c99b70 commit 3168440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions detours/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include(${CMAKE_ROOT}/Modules/ExternalProject.cmake)
ExternalProject_Add(
Detours_project
GIT_REPOSITORY "https://github.com/Microsoft/Detours.git"
GIT_TAG "main"
CONFIGURE_COMMAND ""
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/Detours_project-prefix/src/Detours_project/src"
BUILD_COMMAND ${CMAKE_COMMAND} -E env DETOURS_TARGET_PROCESSOR=X64 nmake
Expand Down

0 comments on commit 3168440

Please sign in to comment.