From d0d411da20374dd5c7645c8b71c5986c3a32105f Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Fri, 11 Jan 2019 14:26:37 -0800 Subject: [PATCH] Corrected comments --- tools/nitpick/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/nitpick/CMakeLists.txt b/tools/nitpick/CMakeLists.txt index 46fde9d33f..64c4d477a1 100644 --- a/tools/nitpick/CMakeLists.txt +++ b/tools/nitpick/CMakeLists.txt @@ -73,7 +73,7 @@ elseif (APPLE) ) endif () -# set the packaged console folder depending on platform, so we can copy it +# set the packaged nitpick folder depending on platform, so we can copy it if (WIN32) set(PACKAGED_NITPICK_FOLDER "Release") endif () @@ -86,7 +86,7 @@ if (WIN32) DESTINATION ${NITPICK_INSTALL_DIR} ) - # sign the copied server console executable after install + # sign the copied nitpick executable after install set(EXECUTABLE_PATH "${NITPICK_DESTINATION}/${NITPICK_EXEC_NAME}") optional_win_executable_signing() endif() \ No newline at end of file