Skip to content

Commit da1c9f6

Browse files
kelson8Zer0-One
authored andcommitted
fix: Make git submodules use HTTPS instead of SSH link
1 parent c66170c commit da1c9f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "test/Unity"]
22
path = test/Unity
3-
url = git@github.com:ThrowTheSwitch/Unity.git
3+
url = https://github.com/ThrowTheSwitch/Unity.git

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ target_compile_definitions(tmj PUBLIC
5757

5858
# Control symbol visibility
5959
if(NOT WIN32 AND NOT APPLE)
60-
target_link_options(tmj PRIVATE "LINKER:--version-script=src/tmj.sym")
60+
target_link_options(tmj PRIVATE "LINKER:--version-script=${CMAKE_CURRENT_SOURCE_DIR}/src/tmj.sym")
6161
endif()
6262

6363
# Set include directories

0 commit comments

Comments
 (0)