Skip to content

Commit

Permalink
Merge pull request #4 from ts826848/patch-1
Browse files Browse the repository at this point in the history
Remove CMAKE_LD_FLAGS
  • Loading branch information
pleroy authored May 18, 2023
2 parents de00d9e + b874fcf commit 152e3b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion principia_make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ cmake \
-DCMAKE_CXX_COMPILER:FILEPATH=`which clang++` \
-DCMAKE_C_FLAGS="${C_FLAGS?}" \
-DCMAKE_CXX_FLAGS="${CXX_FLAGS?}" \
-DCMAKE_LD_FLAGS="${LD_FLAGS?}" \
-DBUILD_SHARED_LIBS=OFF \
-DZFP_WITH_OPENMP=OFF \
..
Expand Down

0 comments on commit 152e3b2

Please sign in to comment.