Skip to content

Commit

Permalink
Fixed macos symbol in common::profiler (#262)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández <[email protected]>
  • Loading branch information
ahcorde authored Nov 9, 2021
1 parent 46ef74c commit c649e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profiler/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ ign_add_component(profiler SOURCES ${PROFILER_SRCS} GET_TARGET_NAME profiler_tar
# Always enable profiler so that it's built, but make it
# private so that downstream users can still disable profiling
target_compile_definitions(${profiler_target} PRIVATE "IGN_PROFILER_ENABLE=1")
target_compile_definitions(${profiler_target} PRIVATE "RMT_USE_METAL=${RMT_USE_METAL}")

if(IGN_PROFILER_REMOTERY)
target_compile_definitions(${profiler_target} PRIVATE "IGN_PROFILER_REMOTERY=1")
Expand Down

0 comments on commit c649e64

Please sign in to comment.