Skip to content

Commit c375fc7

Browse files
committed
upgrade struc to remove math lib linking
1 parent de0b458 commit c375fc7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ CPMAddPackage(
5252
NAME struc
5353
GITHUB_REPOSITORY rayandrews/struc
5454
VERSION 1
55-
GIT_TAG f775d24f26f6053be1db95055ffcb5a55894a5a3
55+
GIT_TAG 235db327aeec3a83c9204033e3a7b0a74c866151
5656
)
5757

5858
# Asio2

standalone/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CPMAddPackage(
2828
NAME struc
2929
GITHUB_REPOSITORY rayandrews/struc
3030
VERSION 1
31-
GIT_TAG f775d24f26f6053be1db95055ffcb5a55894a5a3
31+
GIT_TAG 235db327aeec3a83c9204033e3a7b0a74c866151
3232
)
3333

3434
CPMAddPackage(NAME modbuscpp SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..)

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CPMAddPackage(
3535
NAME struc
3636
GITHUB_REPOSITORY rayandrews/struc
3737
VERSION 1
38-
GIT_TAG f775d24f26f6053be1db95055ffcb5a55894a5a3
38+
GIT_TAG 235db327aeec3a83c9204033e3a7b0a74c866151
3939
)
4040

4141
if(TEST_INSTALLED_VERSION)

0 commit comments

Comments
 (0)