mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
fix
This commit is contained in:
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Set up vcpkg
|
- name: Set up vcpkg
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://github.com/microsoft/vcpkg "$VCPKG_ROOT"
|
git clone https://github.com/microsoft/vcpkg "$VCPKG_ROOT"
|
||||||
- name: Configure (cmake --preset)
|
- name: Configure (cmake --preset)
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cmake --preset linux-release -DOMATH_BUILD_TESTS=ON -DOMATH_BUILD_BENCHMARK=OFF -DOMATH_BUILD_VIA_VCPKG=ON -DVCPKG_MANIFEST_FEATURES="imgui;avx2;tests"
|
run: cmake --preset linux-release -DOMATH_BUILD_TESTS=ON -DOMATH_BUILD_BENCHMARK=OFF -DOMATH_BUILD_VIA_VCPKG=ON -DVCPKG_MANIFEST_FEATURES="imgui;avx2;tests"
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"description": "General purpose math library",
|
"description": "General purpose math library",
|
||||||
"homepage": "https://github.com/orange-cpp/omath",
|
"homepage": "https://github.com/orange-cpp/omath",
|
||||||
"license": "Zlib",
|
"license": "Zlib",
|
||||||
|
"builtin-baseline": "b1b19307e2d2ec1eefbdb7ea069de7d4bcd31f01",
|
||||||
"supports": "windows | linux",
|
"supports": "windows | linux",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user