commit bb1a900d3c24b4b9a45f0ee19b2dbad50c901896
parent 9cca5f82e1278be1679f393bad78846f78148d30
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 26 Nov 2015 12:11:13 +0100
Remove a useless OpenMP check in the CMake script
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -42,10 +42,6 @@ find_package(StarSP 0.3 REQUIRED)
find_package(Star3D 0.3 REQUIRED)
find_package(OpenMP 1.2 REQUIRED)
-if(NOT OPENMP_FOUND)
- message(STATUS "No OpenMP support: muti-threading is disabled")
-endif()
-
include_directories(
${RSys_INCLUDE_DIR}
${StarSP_INCLUDE_DIR}