Merge pull request #14991 from NissimHadar/21379-removeNitpickInstallerFromLinux

Case 21379: Remove nitpick installer from Linux
This commit is contained in:
NissimHadar 2019-03-01 11:51:49 -08:00 committed by GitHub
commit b6688868b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -20,7 +20,7 @@ endfunction()
if (BUILD_TOOLS)
# Allow different tools for stable builds
if (RELEASE_TYPE STREQUAL "PRODUCTION")
if (STABLE_BUILD)
set(ALL_TOOLS
udt-test
vhacd-util

View file

@ -80,7 +80,9 @@ else ()
add_executable(${TARGET_NAME} ${NITPICK_SRCS} ${QM})
endif ()
add_dependencies(${TARGET_NAME} resources)
if (NOT UNIX)
add_dependencies(${TARGET_NAME} resources)
endif()
# disable /OPT:REF and /OPT:ICF for the Debug builds
# This will prevent the following linker warnings