mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
WIP.
This commit is contained in:
parent
7129556049
commit
d284b9b1e1
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ if (APPLE)
|
|||
install(
|
||||
DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${PACKAGED_NITPICK_FOLDER}"
|
||||
USE_SOURCE_PERMISSIONS
|
||||
DESTINATION ${NITPICK_INSTALL_DIR}
|
||||
DESTINATION "nitpick"
|
||||
)
|
||||
elseif (WIN32)
|
||||
set(NITPICK_DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/${PACKAGED_NITPICK_FOLDER}")
|
||||
|
|
Loading…
Reference in a new issue