blob: ee426718683585dfe3f90e005b9ef959cf219fd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -58,10 +58,10 @@ IF (ADM_CPU_ALTIVEC)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${ADM_ALTIVEC_FLAGS}")
ENDIF (ADM_CPU_ALTIVEC)
-IF (UNIX AND NOT APPLE)
- # jog shuttle is only available on Linux due to its interface
- SET(USE_JOG 1)
-ENDIF (UNIX AND NOT APPLE)
+#IF (UNIX AND NOT APPLE)
+# # jog shuttle is only available on Linux due to its interface
+# SET(USE_JOG 1)
+#ENDIF (UNIX AND NOT APPLE)
IF (WIN32)
SET(BIN_DIR .)
@@ -104,7 +104,7 @@ SET(VERSION 2.5.4)
# since it uses the minimum set of required libraries and CMake will
# fail if these aren't met.
SET(ADM_UI_GTK 1)
-SET(ADM_UI_QT4 1)
+# SET(ADM_UI_QT4 1)
SET(ADM_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}")
|