Skip to content

Commit

Permalink
build: expose plog's global symbols (#1)
Browse files Browse the repository at this point in the history
This allosw to use the same plog instance in third party projects
depending on Opticks
  • Loading branch information
plexoos authored Jul 31, 2024
1 parent 4301fa8 commit 10093ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysrap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ target_compile_definitions( ${name}

OPTICKS_SYSRAP
WITH_CHILD
PLOG_LOCAL
PLOG_GLOBAL
$<$<CONFIG:Debug>:DEBUG_TAG>
$<$<CONFIG:Debug>:DEBUG_PIDX>
$<$<CONFIG:Release>:PRODUCTION>
Expand Down

0 comments on commit 10093ca

Please sign in to comment.