Skip to content

Commit

Permalink
Reverted change in macOS build script
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrossherron committed Mar 13, 2024
1 parent 12228d7 commit fd92ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/macOS/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ git config --global --add safe.directory /FEBio
source "/opt/intel/oneapi/setvars.sh" --force
cmake . -B cmbuild -L -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13
pushd cmbuild
make -j8 #$(sysctl -n hw.ncpu)
make -j $(sysctl -n hw.ncpu)
#popd

0 comments on commit fd92ce0

Please sign in to comment.