mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Corrected comments
This commit is contained in:
parent
111670556f
commit
d0d411da20
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
Loading…
Reference in a new issue