Skip to content
Snippets Groups Projects
Commit 7097bbff authored by Soeren Peters's avatar Soeren Peters
Browse files

Set BUILD_VF_CPU default state to off.

parent 971c725c
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ set(thirdFolder "3rd") ...@@ -25,7 +25,7 @@ set(thirdFolder "3rd")
################################################################################# #################################################################################
# OPTIONS # 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_GPU "Build VirtualFluids gpu variant" OFF)
option(BUILD_VF_UNIT_TESTS "Build VirtualFluids unit tests" OFF) option(BUILD_VF_UNIT_TESTS "Build VirtualFluids unit tests" OFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment