Skip to content

Commit

Permalink
Use libexec to install binary remotery_vis (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero authored Nov 29, 2021
1 parent d93da52 commit 5d84d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiler/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if(TARGET UNIT_Profiler_Remotery_TEST)
endif()

if(IGN_PROFILER_REMOTERY)
set(IGN_PROFILER_SCRIPT_PATH ${CMAKE_INSTALL_LIBDIR}/ignition/ignition-common${PROJECT_VERSION_MAJOR})
set(IGN_PROFILER_SCRIPT_PATH ${CMAKE_INSTALL_LIBEXECDIR}/ignition/ignition-common${PROJECT_VERSION_MAJOR})
set(IGN_PROFILER_VIS_PATH ${IGN_DATA_INSTALL_DIR}/profiler_vis)

configure_file(Remotery/ign_remotery_vis.in
Expand Down

0 comments on commit 5d84d4a

Please sign in to comment.