Skip to content

Commit d02d50b

Browse files
committed
Make the descriptions of Z80_WITH_STEP_TESTING_TOOL and Z80_WITH_TESTING_TOOL independent of the project name.
1 parent 55a2bbe commit d02d50b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ NO)
9494

9595
option(${PROJECT_NAME}_WITH_STEP_TESTING_TOOL
9696
"${PROJECT_NAME}: \
97-
Build `step-test-Z80`, a tool for unit tests in JSON format."
97+
Build `step-test-${PROJECT_NAME}`, a tool for unit tests in JSON format."
9898
NO)
9999

100100
option(${PROJECT_NAME}_WITH_TESTING_TOOL
101101
"${PROJECT_NAME}: \
102-
Build `test-Z80`, a tool that runs various Z80-specific tests for CP/M \
103-
and ZX Spectrum."
102+
Build `test-${PROJECT_NAME}`, a tool that runs various Z80-specific tests for \
103+
CP/M and ZX Spectrum."
104104
NO)
105105

106106
option(${PROJECT_NAME}_WITH_EXECUTE

0 commit comments

Comments
 (0)