Skip to content

Commit

Permalink
Update cmake-windows-cache.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 authored Feb 19, 2024
1 parent 477f172 commit e9a9b3c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake-windows-cache.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ set (CISST_HAS_CISSTNETLIB ON CACHE BOOL "")
set (CISST_HAS_QT5 ON CACHE BOOL "")

# SAW components for the dVRK
set (SAW_sawKeyboard ON CACHE BOOL "")
set (SAW_sawTextToSpeech ON CACHE BOOL "")
set (SAW_sawControllers ON CACHE BOOL "")
set (SAW_sawRobotIO1394 ON CACHE BOOL "")
set (Amp1394_HAS_RAW1394 OFF CACHE BOOL "")
set (SAW_sawIntuitiveResearchKit ON CACHE BOOL "")
set (sawIntuitiveResearchKit_HAS_SUJ_Si OFF CACHE BOOL "")
set (sawIntuitiveResearchKit_HAS_HID_HEAD_SENSOR OFF CACHE BOOL "")
set (SAW_sawRobotIO1394 ON CACHE BOOL "")
set (Amp1394_HAS_RAW1394 OFF CACHE BOOL "")

0 comments on commit e9a9b3c

Please sign in to comment.