Skip to content

Commit

Permalink
Merge pull request #69 from jcfr/require-cmake-greater-or-equal-38
Browse files Browse the repository at this point in the history
cmake: Require version >= 3.8 to ensure try_compile consider CMAKE_(C|CXX)_STANDARD
  • Loading branch information
JohanMabille committed Jun 29, 2018
2 parents a304f3d + c106277 commit 596e9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -6,7 +6,7 @@
# The full license is in the file LICENSE, distributed with this software. #
############################################################################

cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.8)
project(xeus)

set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake;${CMAKE_MODULE_PATH}")
Expand Down

0 comments on commit 596e9a5

Please sign in to comment.