We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 294fae1 + 769ba24 commit 24cf83fCopy full SHA for 24cf83f
1 file changed
CMakeLists.txt
@@ -1,6 +1,9 @@
1
cmake_minimum_required(VERSION 3.15...3.26)
2
project(python-casacore)
3
4
+set(CMAKE_CXX_STANDARD 17)
5
+set(CMAKE_CXX_STANDARD_REQUIRED True)
6
+
7
find_package(
8
Python
9
COMPONENTS Interpreter Development.Module
0 commit comments