Skip to content

Commit

Permalink
Add "Deprecated" to ticktock comment
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed May 24, 2022
1 parent 9f66c0a commit 1ace46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ if(TARGET doc)
endif()

# TICKTOCK MASTER HEADER (to bypass IGN_DESIGNATION)
# TODO(CH3): Remove on tock
# TODO(CH3): Deprecated. Remove on tock
configure_file(
${CMAKE_CURRENT_BINARY_DIR}/include/gz/${IGN_DESIGNATION}.hh
${CMAKE_CURRENT_BINARY_DIR}/include/gz/sim.hh
Expand Down
2 changes: 1 addition & 1 deletion test/benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(TEST_TYPE "BENCHMARK")

# TODO(CH3): Remove on ticktock
# TODO(CH3): Deprecated. Remove on ticktock
include(IgnBenchmark OPTIONAL RESULT_VARIABLE IgnBenchmark_FOUND)
include(GzBenchmark OPTIONAL RESULT_VARIABLE GzBenchmark_FOUND)

Expand Down

0 comments on commit 1ace46b

Please sign in to comment.