commit 8dd5763566836e2fcadb949f49f44eab39e428e1 parent 5d64a935df38dfee73c45d4a2e49b7a1d701c08b Author: Vincent Forest <vincent.forest@meso-star.com> Date: Fri, 8 Mar 2019 10:48:16 +0100 Fix CMake warning Diffstat:
| M | cmake/CMakeLists.txt | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -16,6 +16,7 @@ cmake_minimum_required(VERSION 3.0) project(stardis C) enable_testing() +cmake_policy(SET CMP0054 OLD) # Disable OpenMP CMake warning include(CMakeDependentOption)