From 7097bbffdb22244d34e1d820d1a88b77faae1f60 Mon Sep 17 00:00:00 2001
From: Soeren Peters <peters@irmb.tu-bs.de>
Date: Wed, 26 Aug 2020 08:38:39 +0200
Subject: [PATCH] Set BUILD_VF_CPU default state to off.

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 43e522f89..e2e150dbd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ set(thirdFolder   "3rd")
 #################################################################################
 #  OPTIONS
 #################################################################################
-option(BUILD_VF_CPU "Build VirtualFluids cpu variant" ON)
+option(BUILD_VF_CPU "Build VirtualFluids cpu variant" OFF)
 option(BUILD_VF_GPU "Build VirtualFluids gpu variant" OFF)
 option(BUILD_VF_UNIT_TESTS "Build VirtualFluids unit tests" OFF)
 
-- 
GitLab