We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50081f5 commit 7c4ffbeCopy full SHA for 7c4ffbe
CMakeLists.txt
@@ -132,9 +132,9 @@ elseif(UNIX)
132
message("-- GRT found")
133
else(GRT_FOUND)
134
## If there is no GRT installed on the system, we use Xcode/ESP/libgrt.a
135
- message("-- GRT not installed, using Xcode/ESP/libgrt.a")
+ message("-- GRT not installed, using third-party/grt/build/tmp/")
136
set(GRT_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third-party/grt/)
137
- set(GRT_LIBRARY "-L${CMAKE_CURRENT_SOURCE_DIR}/Xcode/ESP/ -lgrt")
+ set(GRT_LIBRARY "-L${CMAKE_CURRENT_SOURCE_DIR}/third-party/grt/build/tmp/ -lgrt -Wl,-rpath,${CMAKE_CURRENT_SOURCE_DIR}/third-party/grt/build/tmp/")
138
endif(GRT_FOUND)
139
set(SYS_LIBS "-L/usr/local/lib -lblas")
140
endif()
0 commit comments