star-enclosures-3d

Extract enclosures from 3D geometry
git clone git://git.meso-star.fr/star-enclosures-3d.git
Log | Files | Refs | README | LICENSE

commit 7dd027bdfd4639cf36f07b80e9aba1ae7edb3f01
parent 3498357f619b82fa08d6aa5e7f9ec2feff2374e7
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 16 Mar 2018 13:53:56 +0100

Change openmp required specification from 1.2 to 2.0

As its the lower spec available in the supported platforms

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -26,7 +26,7 @@ option(NO_TEST "Do not build tests" OFF) find_package(RCMake 0.4 REQUIRED) find_package(Star3D 0.5 REQUIRED) find_package(RSys 0.6.1 REQUIRED) -find_package(OpenMP 1.2 REQUIRED) +find_package(OpenMP 2.0 REQUIRED) if(NOT NO_TEST) find_package(StarSP 0.7 REQUIRED)