Skip to content

Commit

Permalink
remove compiler and generator override for cmake in standalone argp
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyuria authored and Cyuria committed Jan 27, 2024
1 parent f5beab8 commit e8262b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $(dirs):
mkdir -p $@

$(lib)/$(argp-standalone):
(cd argp-standalone && cmake . -Bbuild -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_COMPILER=clang && cmake --build build)
(cd argp-standalone && cmake . -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build)
cp $$(find $(argp-standalone-dir) -type f -name $(argp-standalone)) $(lib)/

clean:
Expand Down

0 comments on commit e8262b9

Please sign in to comment.