Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamas Kenez <tamas.kenez@gmail.com>2015-09-23 18:43:36 +0300
committerTamas Kenez <tamas.kenez@gmail.com>2015-09-23 18:43:36 +0300
commit9b454b7a9bc2ff2c608dcb66c4dfccdc1c40e150 (patch)
treee26a1e187c1358b3b8c4645a73cae8da7692cc84 /CMakeLists.txt
parent186001611a22f5a56d9320c36ed33b90bd5b5791 (diff)
add travis testing (gcc5, clang36)
- also relaxed CMake version to 2.8.7, the version default in travis
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2125f7b..f8145d6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
-cmake_minimum_required(VERSION 3.2.2)
+cmake_minimum_required(VERSION 2.8.7)
-project(GSL)
+project(GSL CXX)
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
@@ -8,4 +8,4 @@ include_directories(
enable_testing()
-add_subdirectory(tests) \ No newline at end of file
+add_subdirectory(tests)