Compare commits
No commits in common. "1dc4c850f4003a989a31471f91c2d429e2c9c4c9" and "099c3650a77ec86575e49d7bb44a2bd2ea22d073" have entirely different histories.
1dc4c850f4
...
099c3650a7
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# setup vs env
|
# setup vs env
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
@ -111,7 +111,7 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Determine tag name
|
- name: Determine tag name
|
||||||
id: tag
|
id: tag
|
||||||
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||||
@ -30,7 +30,7 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# setup vs env
|
# setup vs env
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
16
external/CMakeLists.txt
vendored
16
external/CMakeLists.txt
vendored
@ -11,14 +11,14 @@ include(FetchContent)
|
|||||||
#FetchContent_MakeAvailable(solanaceae_util)
|
#FetchContent_MakeAvailable(solanaceae_util)
|
||||||
#endif()
|
#endif()
|
||||||
|
|
||||||
#if (NOT TARGET solanaceae_contact)
|
if (NOT TARGET solanaceae_contact)
|
||||||
#FetchContent_Declare(solanaceae_contact
|
FetchContent_Declare(solanaceae_contact
|
||||||
#GIT_REPOSITORY https://github.com/Green-Sky/solanaceae_contact.git
|
GIT_REPOSITORY https://github.com/Green-Sky/solanaceae_contact.git
|
||||||
#GIT_TAG master
|
GIT_TAG master
|
||||||
#EXCLUDE_FROM_ALL
|
EXCLUDE_FROM_ALL
|
||||||
#)
|
)
|
||||||
#FetchContent_MakeAvailable(solanaceae_contact)
|
FetchContent_MakeAvailable(solanaceae_contact)
|
||||||
#endif()
|
endif()
|
||||||
|
|
||||||
#if (NOT TARGET solanaceae_message3)
|
#if (NOT TARGET solanaceae_message3)
|
||||||
#FetchContent_Declare(solanaceae_message3
|
#FetchContent_Declare(solanaceae_message3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user