Skip to content

Commit

Permalink
update cppflow syntax to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Dec 14, 2023
1 parent ed9743f commit f91bc09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
run: |
#conan create ./cppflow/ -pr:h=default -pr:b=default -s compiler.libcxx=libstdc++11
conan profile detect
sed -i'' -e "s|generators|#generators|1" ./cppflow/conanfile.py
conan create ./cppflow/ -s compiler.libcxx=libstdc++11
- name: Create cppflow package on apple-clang
Expand Down

0 comments on commit f91bc09

Please sign in to comment.