Skip to content

Commit 24cf83f

Browse files
authored
Merge pull request #290 from mmancini-skao/update-cmake-for-casacore-v3.8.0
Update CXX standard to match new casacore
2 parents 294fae1 + 769ba24 commit 24cf83f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
cmake_minimum_required(VERSION 3.15...3.26)
22
project(python-casacore)
33

4+
set(CMAKE_CXX_STANDARD 17)
5+
set(CMAKE_CXX_STANDARD_REQUIRED True)
6+
47
find_package(
58
Python
69
COMPONENTS Interpreter Development.Module

0 commit comments

Comments
 (0)