Skip to content

Commit

Permalink
COMP: turn off kwstyle on MacOS' Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Jan 18, 2019
1 parent cf94710 commit f8caf87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,11 @@ before_script:
script:
- DO_BUILD_RTK=true
- cd ${ITK_BUILD_DIR}
- if test $TRAVIS_OS_NAME == linux ; then KWSTYLE_CMAKE_OPTIONS="-DITK_USE_KWSTYLE=ON"; fi
- if test $TRAVIS_OS_NAME == linux ; then KWSTYLE_CMAKE_OPTIONS="-DITK_USE_KWSTYLE=ON"; else KWSTYLE_CMAKE_OPTIONS="-DITK_USE_KWSTYLE=OFF" ; fi
- if ! test -e ${ITK_BUILD_DIR}/Makefile; then cmake ${ITK_SOURCE_DIR} ${KWSTYLE_CMAKE_OPTIONS}
-DCMAKE_BUILD_TYPE=Release
-DBUILD_EXAMPLES=OFF
-DBUILD_TESTING=OFF
-DModule_ITKReview=ON
-DITK_USE_FFTWD=ON
-DITK_USE_FFTWF=ON
-DITK_USE_SYSTEM_FFTW=ON
Expand Down

0 comments on commit f8caf87

Please sign in to comment.