We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be98b4 commit ff22058Copy full SHA for ff22058
2 files changed
CMakeLists.txt
@@ -7,7 +7,7 @@
7
# The full license is in the file LICENSE, distributed with this software. #
8
############################################################################
9
10
-cmake_minimum_required(VERSION 3.29)
+cmake_minimum_required(VERSION 3.15..3.29)
11
project(xtensor CXX)
12
13
set(XTENSOR_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
test/CMakeLists.txt
if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
project(xtensor-test CXX)
0 commit comments