mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-14 13:12:25 +01:00
16 lines
395 B
Diff
16 lines
395 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -61,12 +61,6 @@ target_include_directories(vstrt PUBLIC
|
|
"${PROJECT_BINARY_DIR}"
|
|
)
|
|
|
|
-find_package(Git REQUIRED)
|
|
-execute_process(
|
|
- COMMAND ${GIT_EXECUTABLE} describe --tags --long --always
|
|
- WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
|
|
- OUTPUT_VARIABLE VCS_TAG
|
|
-)
|
|
string(STRIP ${VCS_TAG} VCS_TAG)
|
|
configure_file(config.h.in config.h)
|
|
|