aboutsummaryrefslogtreecommitdiff
path: root/sdk/compiler
diff options
context:
space:
mode:
authorAnton Novoselov <[email protected]>2017-08-14 16:41:28 +0300
committerAnton Novoselov <[email protected]>2017-08-14 16:41:28 +0300
commit9a1c1d814f3fa0b54b49d90b43130c02bc280f44 (patch)
treeeae6ead883173c66619c30b6a1ed085f3cb70f4d /sdk/compiler
parentUpdated to CL 22627414: (diff)
downloadblast-9a1c1d814f3fa0b54b49d90b43130c02bc280f44.tar.xz
blast-9a1c1d814f3fa0b54b49d90b43130c02bc280f44.zip
Updated to CL 22661993:
* docs updates * authoring fixes * asset view in sample fix * latest blast_tools_and_samples-windows.zip
Diffstat (limited to 'sdk/compiler')
-rw-r--r--sdk/compiler/cmake/windows/NvBlastTk.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/sdk/compiler/cmake/windows/NvBlastTk.cmake b/sdk/compiler/cmake/windows/NvBlastTk.cmake
index d12f78f..03854b9 100644
--- a/sdk/compiler/cmake/windows/NvBlastTk.cmake
+++ b/sdk/compiler/cmake/windows/NvBlastTk.cmake
@@ -2,14 +2,11 @@
# Build NvBlastTk Windows
#
-FIND_PACKAGE(nvToolsExt $ENV{PM_nvToolsExt_VERSION} REQUIRED)
-
SET(BLASTTK_PLATFORM_COMMON_FILES
${COMMON_SOURCE_DIR}/NvBlastIncludeWindows.h
)
SET(BLASTTK_PLATFORM_INCLUDES
- PRIVATE $<$<OR:$<CONFIG:debug>,$<CONFIG:checked>,$<CONFIG:profile>>:${NVTOOLSEXT_INCLUDE_DIRS}>
)
SET(BLASTTK_COMPILE_DEFS
@@ -24,4 +21,4 @@ SET(BLASTTK_COMPILE_DEFS
SET(BLASTTK_LIBTYPE "SHARED")
-SET(BLASTTK_PLATFORM_LINKED_LIBS Rpcrt4 $<$<OR:$<CONFIG:debug>,$<CONFIG:checked>,$<CONFIG:profile>>:${NVTOOLSEXT_LIB}>)
+SET(BLASTTK_PLATFORM_LINKED_LIBS Rpcrt4)