-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b76d21f
commit 08e531c
Showing
7 changed files
with
74 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 37fc096e..f9d574e7 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -222,14 +222,14 @@ if(EXISTS "${PROJECT_SOURCE_DIR}/3rdparty/paho.mqtt.c/CMakeLists.txt") | ||
add_subdirectory( plugins/DataStreamMQTT ) | ||
endif() | ||
|
||
-if(EXISTS "${PROJECT_SOURCE_DIR}/3rdparty/liblsl/CMakeLists.txt") | ||
- SET(LSL_ENABLE_TESTING FALSE CACHE BOOL "Build tests and run" FORCE) | ||
- SET(LSL_ENABLE_CPACK FALSE CACHE BOOL "Enable CPack" FORCE) | ||
- SET(LSL_BUILD_STATIC TRUE CACHE BOOL "Build static library" FORCE) | ||
- SET(LSL_BUILD_SHARED FALSE CACHE BOOL "Build shared library" FORCE) | ||
- add_subdirectory( 3rdparty/liblsl ) | ||
- add_subdirectory( plugins/DataStreamLSL ) | ||
-endif() | ||
+#if(EXISTS "${PROJECT_SOURCE_DIR}/3rdparty/liblsl/CMakeLists.txt") | ||
+# SET(LSL_ENABLE_TESTING FALSE CACHE BOOL "Build tests and run" FORCE) | ||
+# SET(LSL_ENABLE_CPACK FALSE CACHE BOOL "Enable CPack" FORCE) | ||
+# SET(LSL_BUILD_STATIC TRUE CACHE BOOL "Build static library" FORCE) | ||
+# SET(LSL_BUILD_SHARED FALSE CACHE BOOL "Build shared library" FORCE) | ||
+# add_subdirectory( 3rdparty/liblsl ) | ||
+# add_subdirectory( plugins/DataStreamLSL ) | ||
+#endif() | ||
|
||
add_subdirectory( src ) | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters