Skip to content

Commit

Permalink
arenaSDK cmake message
Browse files Browse the repository at this point in the history
  • Loading branch information
atar13 committed May 8, 2024
1 parent 883cf9b commit 8de8100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/arena-sdk/arena.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function(target_add_arena target_name)
# See the Dockerfile for how this is set.
set(ARENA_SDK_DIR $ENV{ARENA_EXTRACTED_PATH})
if(NOT "${ARENA_SDK_DIR}" STREQUAL "")
message("Adding ArenaSDK for target ${target_name}")
# Add a preprocessor macro that will enable us to compile
# functionality that depends on the Arena SDK.
target_compile_definitions(${target_name} PRIVATE
Expand Down

0 comments on commit 8de8100

Please sign in to comment.