summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-07-30 12:03:35 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-07-30 12:03:35 -0400
commit3062a63364d6c213cb501809c727ff828eb9acae (patch)
tree800fe72699f25b6df1b83704073ab2a1d1cf11fb /CMakeLists.txt
parente5975f36d7f00cb5bca7b2532bfcfb3130d2a069 (diff)
downloadlibgit2-3062a63364d6c213cb501809c727ff828eb9acae.tar.gz
cmake: extended futimens checking on macOSethomson/futimens
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58214fd0e..ff3411928 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,6 +27,7 @@ INCLUDE(AddCFlagIfSupported)
INCLUDE(FindPkgLibraries)
INCLUDE(FindThreads)
INCLUDE(FindStatNsec)
+INCLUDE(Findfutimens)
INCLUDE(GNUInstallDirs)
INCLUDE(IdeSplitSources)
INCLUDE(FeatureSummary)