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-10 21:37:55 -0500
commit1005c57031c3c4ef01db5a0f430aa6187c24df4a (patch)
treea0da4277c35b1e785c2055001155fcbdafb04b48
parent44199c663db00236e061d90889e29a296f194cd3 (diff)
downloadlibgit2-1005c57031c3c4ef01db5a0f430aa6187c24df4a.tar.gz
temp: use verbose
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b725dfc8a..df679c612 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")