Skip to content
Snippets Groups Projects
Commit 0cda1d7b authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing CMP0074 policy when not defined in cmake

parent 9c6ff129
No related branches found
No related tags found
No related merge requests found
Pipeline #1934 failed
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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment