Skip to content

Commit 9f6fb04

Browse files
committed
Turned USE_OMC off.
1 parent 1522fd6 commit 9f6fb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8)
22

33
project(modelica3d_dbus CXX C)
4-
option(USE_OMC "use openmodelica" ON)
4+
option(USE_OMC "use openmodelica" OFF)
55
option(OSG_BACKEND "build openscenegraph backed" ON)
66
option(INSTALL_EXAMPLES "install examples" ON)
77
option(BLENDER_BACKEND "build blender backed" ON)

0 commit comments

Comments
 (0)