Skip to content

Commit 52359df

Browse files
committed
use common v0.4.0
1 parent 8d0cfc1 commit 52359df

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

exe/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ FetchContent_Declare(common
3333
GIT_REPOSITORY
3434
https://github.com/bostick/common.git
3535
GIT_TAG
36-
v0.3.0
36+
v0.4.0
3737
GIT_SHALLOW 1
3838
GIT_PROGRESS 1
3939
)

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ FetchContent_Declare(common
4848
GIT_REPOSITORY
4949
https://github.com/bostick/common.git
5050
GIT_TAG
51-
v0.3.0
51+
v0.4.0
5252
GIT_SHALLOW 1
5353
GIT_PROGRESS 1
5454
)

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ FetchContent_Declare(common
4646
GIT_REPOSITORY
4747
https://github.com/bostick/common.git
4848
GIT_TAG
49-
v0.3.0
49+
v0.4.0
5050
GIT_SHALLOW 1
5151
GIT_PROGRESS 1
5252
)

0 commit comments

Comments
 (0)