File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55cmake_minimum_required (VERSION 3.25...4.2 )
66
7- project (DDC VERSION 0.13 .0 LANGUAGES CXX )
7+ project (DDC VERSION 0.14 .0 LANGUAGES CXX )
88
99# List of options
1010
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ endforeach()
5252# and the additivity of DDC components.
5353
5454# Find DDC without components, only core will be defined
55- find_package (DDC 0.13 REQUIRED )
55+ find_package (DDC 0.14 REQUIRED )
5656
5757# Targets that must exist
5858foreach (target IN ITEMS DDC::core)
@@ -80,7 +80,7 @@ foreach(
8080endforeach ()
8181
8282# Find again DDC with fft component, core and fft will be defined
83- find_package (DDC 0.13 REQUIRED COMPONENTS fft )
83+ find_package (DDC 0.14 REQUIRED COMPONENTS fft )
8484
8585# Targets that must exist
8686foreach (target IN ITEMS DDC::core DDC::fft)
@@ -108,7 +108,7 @@ foreach(
108108endforeach ()
109109
110110# Find again DDC with pdi and splines components, all components will be defined
111- find_package (DDC 0.13 REQUIRED COMPONENTS pdi splines )
111+ find_package (DDC 0.14 REQUIRED COMPONENTS pdi splines )
112112
113113# Targets that must exist
114114foreach (target IN ITEMS DDC::core DDC::fft DDC::pdi DDC::splines)
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- find_package (DDC 0.13 REQUIRED COMPONENTS fft pdi splines )
5+ find_package (DDC 0.14 REQUIRED COMPONENTS fft pdi splines )
You can’t perform that action at this time.
0 commit comments