File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
tests :
11
- uses : ZIMO-Elektronik/.github-workflows/.github/workflows/x86_64-linux-gnu-gcc.yml@v0.0.6
11
+ uses : ZIMO-Elektronik/.github-workflows/.github/workflows/x86_64-linux-gnu-gcc.yml@v0.0.8
12
12
with :
13
13
pre-build : sudo apt install -y libgl1-mesa-dev libglx-dev ninja-build
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.9.2
4
+ - Update to CPM 0.40.1
5
+
3
6
## 0.9.1
4
7
- Bugfix don't build tests if [ ` CMAKE_CURRENT_SOURCE_DIR ` ] ( https://cmake.org/cmake/help/latest/variable/CMAKE_CURRENT_SOURCE_DIR.html ) != [ ` CMAKE_SOURCE_DIR ` ] ( https://cmake.org/cmake/help/latest/variable/CMAKE_SOURCE_DIR.html )
5
8
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if(NOT cpm.cmake_SOURCE_DIR)
15
15
FetchContent_Declare (
16
16
CPM.cmake
17
17
GIT_REPOSITORY "https://github.com/cpm-cmake/CPM.cmake.git"
18
- GIT_TAG v0.39.0 )
18
+ GIT_TAG v0.40.1 )
19
19
FetchContent_MakeAvailable (CPM.cmake )
20
20
include (${cpm.cmake_SOURCE_DIR}/cmake/CPM.cmake )
21
21
endif ()
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
22
SOFTWARE.
23
23
]]
24
24
25
- # Default to version 1.6.2345
25
+ # Default to version 1.6.2365
26
26
if (CQtDeployer_FIND_VERSION_COMPLETE )
27
27
set (VERSION ${CQtDeployer_FIND_VERSION_COMPLETE} )
28
28
else ()
29
- set (VERSION 1.6.2345 )
29
+ set (VERSION 1.6.2365 )
30
30
endif ()
31
31
32
32
# Default to HOST
You can’t perform that action at this time.
0 commit comments