Skip to content

Commit

Permalink
PKG: enable full build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tromain committed Dec 5, 2023
1 parent 3a2fe3b commit 5fd7979
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CI/windows-10-x64-vc14.29.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,18 @@

set(site_option
"CMAKE_CXX_FLAGS:STRING=/DTHROW_QCRITICAL=0 /DWIN32 /D_WINDOWS /W3 /GR /EHsc /D_ENABLE_EXTENDED_ALIGNED_STORAGE
OTB_BUILD_FeaturesExtraction:BOOL=ON
OTB_BUILD_Hyperspectral:BOOL=ON
OTB_BUILD_Learning:BOOL=ON
OTB_BUILD_Miscellaneous:BOOL=ON
OTB_BUILD_Remote:BOOL=ON
OTB_BUILD_SAR:BOOL=ON
OTB_BUILD_Segmentation:BOOL=ON
OTB_BUILD_StereoProcessing:BOOL=ON
OTB_USE_LIBSVM:BOOL=ON
OTB_USE_MUPARSER:BOOL=ON
OTB_USE_MUPARSERX:BOOL=ON
OTB_USE_OPENCV:BOOL=ON
OTB_USE_OPENMP:BOOL=OFF
OTB_USE_SHARK:BOOL=ON
")

0 comments on commit 5fd7979

Please sign in to comment.