From d7bca374be22b6db6be09dd54570a3bc85693435 Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Thu, 14 Mar 2019 14:41:39 +0100 Subject: [PATCH] CI: disable openMP --- CI/configure_option.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/configure_option.cmake b/CI/configure_option.cmake index 5354ccfe25..7cc9b319fa 100644 --- a/CI/configure_option.cmake +++ b/CI/configure_option.cmake @@ -45,7 +45,7 @@ OTB_USE_MUPARSER:BOOL=ON OTB_USE_MUPARSERX:BOOL=ON OTB_USE_OPENCV:BOOL=ON OTB_USE_OPENGL:BOOL=ON -OTB_USE_OPENMP:BOOL=ON +OTB_USE_OPENMP:BOOL=OFF OTB_USE_QT:BOOL=ON OTB_USE_QWT:BOOL=ON OTB_USE_SHARK:BOOL=ON -- GitLab