File tree Expand file tree Collapse file tree 5 files changed +209
-495
lines changed Expand file tree Collapse file tree 5 files changed +209
-495
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ include(CheckCXXCompilerFlag)
136
136
137
137
string (TOUPPER "${CMAKE_BUILD_TYPE} " U_CMAKE_BUILD_TYPE )
138
138
139
- set (CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX} /lib; ${CMAKE_INSTALL_PREFIX} /${CMAKE_INSTALL_LIBDIR} " )
139
+ # set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib; ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
140
140
141
141
macro (xeus_cpp_set_common_options target_name )
142
142
if (MSVC )
@@ -161,7 +161,7 @@ macro(xeus_cpp_set_common_options target_name)
161
161
162
162
if (APPLE )
163
163
set_target_properties (${target_name} PROPERTIES
164
- MACOSX_RPATH ON
164
+ MACOSX_RPATH OFF
165
165
)
166
166
else ()
167
167
set_target_properties (${target_name} PROPERTIES
@@ -171,7 +171,7 @@ macro(xeus_cpp_set_common_options target_name)
171
171
endif ()
172
172
173
173
set_target_properties (${target_name} PROPERTIES
174
- INSTALL_RPATH_USE_LINK_PATH TRUE
174
+ INSTALL_RPATH_USE_LINK_PATH FALSE
175
175
)
176
176
endmacro ()
177
177
Original file line number Diff line number Diff line change
1
+ {
2
+ "url" : " https://en.cppreference.com/w/" ,
3
+ "tagfile" : " cppreference-doxygen-web.tag"
4
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "url" : " https://xtensor.readthedocs.io/en/latest/" ,
3
+ "tagfile" : " xtensor.tag"
4
+ }
You can’t perform that action at this time.
0 commit comments