Skip to content

Commit

Permalink
Make rendering the type help in the pager work.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanaif authored and mvassilev committed Jul 21, 2023
1 parent 9f0c904 commit 213acd2
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 495 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ include(CheckCXXCompilerFlag)

string(TOUPPER "${CMAKE_BUILD_TYPE}" U_CMAKE_BUILD_TYPE)

set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib; ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
#set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib; ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")

macro(xeus_cpp_set_common_options target_name)
if (MSVC)
Expand All @@ -161,7 +161,7 @@ macro(xeus_cpp_set_common_options target_name)

if (APPLE)
set_target_properties(${target_name} PROPERTIES
MACOSX_RPATH ON
MACOSX_RPATH OFF
)
else ()
set_target_properties(${target_name} PROPERTIES
Expand All @@ -171,7 +171,7 @@ macro(xeus_cpp_set_common_options target_name)
endif ()

set_target_properties(${target_name} PROPERTIES
INSTALL_RPATH_USE_LINK_PATH TRUE
INSTALL_RPATH_USE_LINK_PATH FALSE
)
endmacro()

Expand Down
4 changes: 4 additions & 0 deletions etc/xeus-cpp/tags.d/stl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"url": "https://en.cppreference.com/w/",
"tagfile": "cppreference-doxygen-web.tag"
}
4 changes: 4 additions & 0 deletions etc/xeus-cpp/tags.d/xtensor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"url": "https://xtensor.readthedocs.io/en/latest/",
"tagfile": "xtensor.tag"
}
Loading

0 comments on commit 213acd2

Please sign in to comment.