Skip to content

Commit

Permalink
Try to build with the right version of macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy authored Mar 18, 2024
1 parent de113c2 commit e11b848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions principia_make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cmake \
-DCMAKE_CXX_COMPILER:FILEPATH=`which clang++` \
-DCMAKE_C_FLAGS="${C_FLAGS?}" \
-DCMAKE_CXX_FLAGS="${CXX_FLAGS?}" \
-DCMAKE_OSX_DEPLOYMENT_TARGET="${OSX_DEPLOYMENT_TARGET}" \
-DBUILD_SHARED_LIBS=OFF \
-DZFP_WITH_OPENMP=OFF \
..
Expand Down

0 comments on commit e11b848

Please sign in to comment.