Skip to content

Commit

Permalink
CX-452: Don't use org.custusx.filter.airways on Windows, as this requ…
Browse files Browse the repository at this point in the history
…ires FAST. FAST don't currently don't build on Windows with CustusX.
  • Loading branch information
olevs committed Oct 15, 2020
1 parent bf572f3 commit 409cd2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ set(CX_PLUGINS
org.custusx.bronchoscopynavigation:ON
)

if(CX_APPLE)
if(CX_LINUX)
set(CX_PLUGINS
${CX_PLUGINS}
org.custusx.filter.airways:OFF
org.custusx.filter.airways:ON
)
else()
set(CX_PLUGINS
${CX_PLUGINS}
org.custusx.filter.airways:ON
org.custusx.filter.airways:OFF
)
endif(CX_APPLE)

Expand Down

0 comments on commit 409cd2b

Please sign in to comment.