This commit is contained in:
NissimHadar 2019-02-22 11:30:26 -08:00
parent 2a1f4bb963
commit a6ad53e79e
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 (NOT 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