Skip to content

Commit 84e2552

Browse files
ioanaifvgvassilev
authored andcommitted
Make rendering the type help in the pager work.
1 parent 80f3c77 commit 84e2552

File tree

5 files changed

+209
-495
lines changed

5 files changed

+209
-495
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ include(CheckCXXCompilerFlag)
136136

137137
string(TOUPPER "${CMAKE_BUILD_TYPE}" U_CMAKE_BUILD_TYPE)
138138

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}")
140140

141141
macro(xeus_cpp_set_common_options target_name)
142142
if (MSVC)
@@ -161,7 +161,7 @@ macro(xeus_cpp_set_common_options target_name)
161161

162162
if (APPLE)
163163
set_target_properties(${target_name} PROPERTIES
164-
MACOSX_RPATH ON
164+
MACOSX_RPATH OFF
165165
)
166166
else ()
167167
set_target_properties(${target_name} PROPERTIES
@@ -171,7 +171,7 @@ macro(xeus_cpp_set_common_options target_name)
171171
endif ()
172172

173173
set_target_properties(${target_name} PROPERTIES
174-
INSTALL_RPATH_USE_LINK_PATH TRUE
174+
INSTALL_RPATH_USE_LINK_PATH FALSE
175175
)
176176
endmacro()
177177

etc/xeus-cpp/tags.d/stl.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"url": "https://en.cppreference.com/w/",
3+
"tagfile": "cppreference-doxygen-web.tag"
4+
}

etc/xeus-cpp/tags.d/xtensor.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"url": "https://xtensor.readthedocs.io/en/latest/",
3+
"tagfile": "xtensor.tag"
4+
}

0 commit comments

Comments
 (0)