Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Podhorszki, Norbert
ADIOS2
Commits
380b4a61
Commit
380b4a61
authored
Aug 23, 2019
by
Atkins, Charles Vernon
Browse files
cmake: silences CMP0074 warning in adios2-config generation
parent
89b30843
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/install/post/adios2-config-dummy/CMakeLists.txt
View file @
380b4a61
...
...
@@ -2,6 +2,10 @@ cmake_minimum_required(VERSION 3.0)
project
(
adios2-config-dummy C CXX
)
if
(
POLICY CMP0074
)
cmake_policy
(
SET CMP0074 NEW
)
endif
()
find_package
(
adios2 REQUIRED
)
add_executable
(
without_C foo.c main.c
)
...
...
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