Skip to content

Commit

Permalink
Change versions of external libs
Browse files Browse the repository at this point in the history
Change versions of eible, wble, qwtble to 1.0.0.
  • Loading branch information
przemek83 committed Jul 22, 2023
1 parent bf1cc3e commit a8da4f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt.eible
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion CMakeLists.txt.qwtble
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion CMakeLists.txt.wble
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit a8da4f4

Please sign in to comment.