summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-11-09 10:44:36 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2021-11-09 10:44:36 -0500
commit69438c4b92b41d8971afe7cde933add34d148d4a (patch)
treece33b743f107cd59efec00bcabd094e01ec9826d
parent595245f66057df939d52a0d8a78c2bdabbb967d1 (diff)
downloadlibgit2-ethomson/util2.tar.gz
temp: use verboseethomson/util2
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fafdcf1e0..fa105667f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,6 +5,8 @@ cmake_minimum_required(VERSION 3.5.1)
project(libgit2 VERSION "1.3.0" LANGUAGES C)
+set(CMAKE_VERBOSE_MAKEFILE ON)
+
# Add find modules to the path
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${libgit2_SOURCE_DIR}/cmake")