Skip to content

Commit

Permalink
Fix conan arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed Apr 10, 2024
1 parent fbe3e13 commit 75c27ed
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
@@ -1,7 +1,7 @@
defalut: build

install:
conan install . --output-folder=build --build=missing --compiler.cppstd=20
conan install . --output-folder=build --build=missing -s compiler.cppstd=20

cmake-build:
cd build && cmake .. \
Expand Down

0 comments on commit 75c27ed

Please sign in to comment.