mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
12 lines
371 B
Diff
12 lines
371 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -10,7 +10,7 @@
|
|
# CONTRIBUTING.md for details.
|
|
|
|
# The variable CMAKE_CXX_STANDARD and related were introduced in CMake v3.1
|
|
-cmake_minimum_required(VERSION 3.1)
|
|
+cmake_minimum_required(VERSION 3.6)
|
|
set(USER_CONFIG "${CMAKE_CURRENT_SOURCE_DIR}/config/user.cmake" CACHE PATH
|
|
"Path to optional user configuration file.")
|
|
|