diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2021-11-10 17:30:26 -0500 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2021-11-10 21:38:53 -0500 |
commit | b8307e09a5117e03a3b7fe76bf95b2173ea5a920 (patch) | |
tree | 2a2d246d8111cc9208bf3fe096d8d1eed2f1b055 /CMakeLists.txt | |
parent | 30ad7919036beaf782d41e41233c800bf4b43a8c (diff) | |
download | libgit2-ethomson/util3.tar.gz |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df679c612..542af6156 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ option(DEBUG_STRICT_OPEN "Enable path validation in open" # Output options option(SONAME "Set the (SO)VERSION of the target" ON) -option(LIBGIT2_FILENAME "Name of the produced binary" OFF) + set(LIBGIT2_FILENAME "git2" CACHE STRING "Name of the produced binary") option(DEPRECATE_HARD "Do not include deprecated functions in the library" OFF) # Compilation options @@ -105,7 +105,8 @@ include(IdeSplitSources) include(FeatureSummary) include(EnableWarnings) include(DefaultCFlags) - +include(PkgBuildConfig) +include(SanitizeBool) # # Subdirectories |