We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66170c commit da1c9f6Copy full SHA for da1c9f6
2 files changed
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "test/Unity"]
2
path = test/Unity
3
- url = git@github.com:ThrowTheSwitch/Unity.git
+ url = https://github.com/ThrowTheSwitch/Unity.git
CMakeLists.txt
@@ -57,7 +57,7 @@ target_compile_definitions(tmj PUBLIC
57
58
# Control symbol visibility
59
if(NOT WIN32 AND NOT APPLE)
60
- target_link_options(tmj PRIVATE "LINKER:--version-script=src/tmj.sym")
+ target_link_options(tmj PRIVATE "LINKER:--version-script=${CMAKE_CURRENT_SOURCE_DIR}/src/tmj.sym")
61
endif()
62
63
# Set include directories
0 commit comments