Skip to content

Commit

Permalink
Disable log compilation if it is not required. (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm authored and richiware committed Sep 24, 2018
1 parent 08056eb commit 68f05d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ set(SRCS
src/c/core/serialization/xrce_header.c
src/c/core/serialization/xrce_subheader.c
src/c/core/util/time.c
src/c/core/session/log/message.c
$<$<OR:$<BOOL:${VERBOSE_MESSAGE}>,$<BOOL:${VERBOSE_SERIALIZATION}>>:src/c/core/session/log/message.c>
)

###############################################################################
Expand Down

0 comments on commit 68f05d8

Please sign in to comment.