From a8da4f4087c1a5bacda87c0c70edfaef288ebceb Mon Sep 17 00:00:00 2001 From: Przemek <4788832+przemek83@users.noreply.github.com> Date: Sat, 22 Jul 2023 09:48:21 +0200 Subject: [PATCH] Change versions of external libs Change versions of eible, wble, qwtble to 1.0.0. --- CMakeLists.txt.eible | 2 +- CMakeLists.txt.qwtble | 2 +- CMakeLists.txt.wble | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt.eible b/CMakeLists.txt.eible index 64e96b6..c14db56 100644 --- a/CMakeLists.txt.eible +++ b/CMakeLists.txt.eible @@ -7,6 +7,6 @@ project(eible NONE) ExternalProject_Add(eible PREFIX eible GIT_REPOSITORY https://github.com/przemek83/eible.git - GIT_TAG master + GIT_TAG v1.0.0 CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/eible/install ) diff --git a/CMakeLists.txt.qwtble b/CMakeLists.txt.qwtble index 065e047..7ec2310 100644 --- a/CMakeLists.txt.qwtble +++ b/CMakeLists.txt.qwtble @@ -7,6 +7,6 @@ project(qwtble NONE) ExternalProject_Add(qwtble PREFIX qwtble GIT_REPOSITORY https://github.com/przemek83/qwtble.git - GIT_TAG master + GIT_TAG v1.0.0 CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/qwtble/install ) diff --git a/CMakeLists.txt.wble b/CMakeLists.txt.wble index 8a6fa8e..4765af3 100644 --- a/CMakeLists.txt.wble +++ b/CMakeLists.txt.wble @@ -7,6 +7,6 @@ project(wble NONE) ExternalProject_Add(wble PREFIX wble GIT_REPOSITORY https://github.com/przemek83/wble.git - GIT_TAG master + GIT_TAG v1.0.0 CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/wble/install )