Skip to content
Snippets Groups Projects

Add support for macOS and Clang

Merged Benjamin Morgan requested to merge bmorgan/GitCondDB:build-updates into master
All threads resolved!
Files
6
@@ -11,9 +11,11 @@
@PACKAGE_INIT@
find_package(PkgConfig)
include(CMakeFindDependencyMacro)
find_dependency(PkgConfig)
pkg_check_modules(git2 libgit2 REQUIRED IMPORTED_TARGET)
include("${CMAKE_CURRENT_LIST_DIR}/GitCondDBFSShim.cmake" OPTIONAL)
include("${CMAKE_CURRENT_LIST_DIR}/GitCondDBTargets.cmake")
set_target_properties(GitCondDB PROPERTIES
Loading