Skip to content

Commit

Permalink
Remove extra find_package(Git).
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Oct 23, 2024
1 parent ec7de93 commit 6048358
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
"MinSizeRel" "RelWithDebInfo")
endif ()

find_package(Git QUIET)

set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")

include(CMakeDependentOption)
Expand Down

0 comments on commit 6048358

Please sign in to comment.