Skip to content

Commit 2262b65

Browse files
authored
Merge pull request #110 from jhu-cisst/feature-ire
Added cisstInteractive to catkin and colcon builds
2 parents 48f8c2b + 3e78367 commit 2262b65

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ if (CISST_CATKIN_BUILT)
170170
set (LIBRARY_OUTPUT_PATH "${CATKIN_DEVEL_PREFIX}/lib")
171171
# Options defaults
172172
set (CISST_cisstMesh ON CACHE BOOL "")
173+
set (CISST_cisstInteractive ON CACHE BOOL "")
173174
set (CISST_HAS_JSON ON CACHE BOOL "")
174175
set (CISST_HAS_SWIG_PYTHON ON CACHE BOOL "" FORCE)
175176
set (CISST_BUILD_SHARED_LIBS ON CACHE BOOL "" FORCE)

colcon.pkg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"-DCISSTNETLIB_USE_LOCAL_INSTALL=ON",
66
"-DCISST_HAS_CISSTNETLIB=ON",
77
"-DCISST_cisstMesh=ON",
8+
"-DCISST_cisstInteractive=ON",
89
"-DCISST_USE_SI_UNITS=ON",
910
"-DCISST_HAS_QT=ON",
1011
"-DCISST_HAS_JSON=ON",

0 commit comments

Comments
 (0)