Compare commits
2 Commits
099c3650a7
...
1dc4c850f4
Author | SHA1 | Date | |
---|---|---|---|
1dc4c850f4 | |||
7122e7ff62 |
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# setup vs env
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
@ -111,7 +111,7 @@ jobs:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Determine tag name
|
||||
id: tag
|
||||
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||
@ -30,7 +30,7 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# setup vs env
|
||||
- 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)
|
||||
#endif()
|
||||
|
||||
if (NOT TARGET solanaceae_contact)
|
||||
FetchContent_Declare(solanaceae_contact
|
||||
GIT_REPOSITORY https://github.com/Green-Sky/solanaceae_contact.git
|
||||
GIT_TAG master
|
||||
EXCLUDE_FROM_ALL
|
||||
)
|
||||
FetchContent_MakeAvailable(solanaceae_contact)
|
||||
endif()
|
||||
#if (NOT TARGET solanaceae_contact)
|
||||
#FetchContent_Declare(solanaceae_contact
|
||||
#GIT_REPOSITORY https://github.com/Green-Sky/solanaceae_contact.git
|
||||
#GIT_TAG master
|
||||
#EXCLUDE_FROM_ALL
|
||||
#)
|
||||
#FetchContent_MakeAvailable(solanaceae_contact)
|
||||
#endif()
|
||||
|
||||
#if (NOT TARGET solanaceae_message3)
|
||||
#FetchContent_Declare(solanaceae_message3
|
||||
|
Loading…
x
Reference in New Issue
Block a user