File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ option(SAF_BUILD_EXAMPLES "Build SAF examples."
1010option (SAF_BUILD_EXTRAS "Build SAF extras." OFF )
1111option (SAF_ENABLE_SOFA_READER_MODULE "Enable the SAF SOFA READER module" OFF )
1212option (SAF_ENABLE_TRACKER_MODULE "Enable the SAF TRACKER module" OFF )
13- option (SAF_USE_INTEL_IPP "Use Intel IPP for the FFT, resampler, etc. OFF)
13+ option (SAF_USE_INTEL_IPP "Use Intel IPP for the FFT, resampler, etc." OFF )
1414if (NOT SAF_PERFORMANCE_LIB)
1515 set (SAF_PERFORMANCE_LIB "SAF_USE_INTEL_MKL_LP64" CACHE STRING "Performance library for SAF to use." )
1616endif ()
Original file line number Diff line number Diff line change 121121test/saf_test # To run the unit testing program
122122```
123123
124- Or for Visual Studio (e.g. 2017) users (using e.g. x64 Native Tools Command Prompt):
124+ Or for Visual Studio users (using e.g. x64 Native Tools Command Prompt for VS 2019 ):
125125```
126- cmake -S . -B build -G "Visual Studio 15 Win64"
126+ cmake -S . -B build -G "Visual Studio 16" -A x64
127127cd build
128128msbuild ALL_BUILD.vcxproj /p:Configuration=Release /m
129129cd test/Release
You can’t perform that action at this time.
0 commit comments