We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48f8c2b + 3e78367 commit 2262b65Copy full SHA for 2262b65
CMakeLists.txt
@@ -170,6 +170,7 @@ if (CISST_CATKIN_BUILT)
170
set (LIBRARY_OUTPUT_PATH "${CATKIN_DEVEL_PREFIX}/lib")
171
# Options defaults
172
set (CISST_cisstMesh ON CACHE BOOL "")
173
+ set (CISST_cisstInteractive ON CACHE BOOL "")
174
set (CISST_HAS_JSON ON CACHE BOOL "")
175
set (CISST_HAS_SWIG_PYTHON ON CACHE BOOL "" FORCE)
176
set (CISST_BUILD_SHARED_LIBS ON CACHE BOOL "" FORCE)
colcon.pkg
@@ -5,6 +5,7 @@
5
"-DCISSTNETLIB_USE_LOCAL_INSTALL=ON",
6
"-DCISST_HAS_CISSTNETLIB=ON",
7
"-DCISST_cisstMesh=ON",
8
+ "-DCISST_cisstInteractive=ON",
9
"-DCISST_USE_SI_UNITS=ON",
10
"-DCISST_HAS_QT=ON",
11
"-DCISST_HAS_JSON=ON",
0 commit comments