Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
0cda1d7b
Commit
0cda1d7b
authored
May 16, 2020
by
incardon
Browse files
Fixing CMP0074 policy when not defined in cmake
parent
9c6ff129
Pipeline
#1934
failed with stages
in 15 minutes and 4 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0cda1d7b
cmake_minimum_required
(
VERSION 3.8 FATAL_ERROR
)
project
(
openfpm_pdata LANGUAGES C CXX
)
cmake_policy
(
SET CMP0074 OLD
)
if
(
POLICY CMP0074
)
cmake_policy
(
SET CMP0074 OLD
)
endif
()
enable_testing
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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