File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# SPDX-License-Identifier: MIT
4
4
5
5
cmake_minimum_required (VERSION 3.22 )
6
- project (DDC VERSION 0.7 .0 LANGUAGES CXX )
6
+ project (DDC VERSION 0.8 .0 LANGUAGES CXX )
7
7
8
8
# List of options
9
9
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ cmake_minimum_required(VERSION 3.22)
6
6
project (test -installed-ddc LANGUAGES CXX )
7
7
8
8
# Test whether `find_package(DDC)` can be called multiple times
9
- find_package (DDC 0.7 REQUIRED )
10
- find_package (DDC 0.7 REQUIRED COMPONENTS fft )
11
- find_package (DDC 0.7 REQUIRED COMPONENTS pdi splines )
9
+ find_package (DDC 0.8 REQUIRED )
10
+ find_package (DDC 0.8 REQUIRED COMPONENTS fft )
11
+ find_package (DDC 0.8 REQUIRED COMPONENTS pdi splines )
12
12
13
13
message (STATUS "DDC options:" )
14
14
message (STATUS "* DDC_BUILD_DOUBLE_PRECISION=${DDC_BUILD_DOUBLE_PRECISION} " )
You can’t perform that action at this time.
0 commit comments