We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8739c commit ec9f872Copy full SHA for ec9f872
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.5...3.29)
2
3
# Set extension name here
4
set(TARGET_NAME substrait)
test/c/CMakeLists.txt
@@ -1,12 +1,8 @@
set(TARGET_NAME substrait_c_test)
project(${TARGET_NAME})
5
-if (CMAKE_VERSION VERSION_LESS "3.1")
6
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
7
-else ()
8
- set (CMAKE_CXX_STANDARD 11)
9
-endif ()
+set (CMAKE_CXX_STANDARD 11)
10
11
include_directories(../../duckdb/src/include)
12
include_directories(../../duckdb/test/include)
0 commit comments