Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITAConvolution
Commits
ae2978ed
Commit
ae2978ed
authored
Sep 29, 2021
by
Philipp Schäfer
Browse files
CMake: changed minimum CMake version to 3.20
parent
4a5232f2
Changes
6
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ae2978ed
cmake_minimum_required
(
VERSION 3.
14
FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.
20
FATAL_ERROR
)
project
(
ITAConvolution
...
...
apps/ita_convoi/CMakeLists.txt
View file @
ae2978ed
cmake_minimum_required
(
VERSION 3.
14
FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.
20
FATAL_ERROR
)
project
(
ita_convoi
)
...
...
benchmarks/CMakeLists.txt
View file @
ae2978ed
cmake_minimum_required
(
VERSION 3.
14
FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.
20
FATAL_ERROR
)
project
(
ITAConvolutionBenchmarks
)
...
...
profilers/CMakeLists.txt
View file @
ae2978ed
cmake_minimum_required
(
VERSION 3.
14
FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.
20
FATAL_ERROR
)
project
(
ITAConvolutionProfilers
)
...
...
tests/CMakeLists.txt
View file @
ae2978ed
cmake_minimum_required
(
VERSION 3.
14
FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.
20
FATAL_ERROR
)
project
(
ITAConvolutionTests
)
...
...
tests/NUPConvolutionTest/CMakeLists.txt
View file @
ae2978ed
cmake_minimum_required
(
VERSION 3.
14
FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.
20
FATAL_ERROR
)
project
(
ITANUPConvolutionTests
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment