aboutsummaryrefslogtreecommitdiff
path: root/test/compiler/cmake/windows/BlastPerfTests.cmake
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 /test/compiler/cmake/windows/BlastPerfTests.cmake
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 'test/compiler/cmake/windows/BlastPerfTests.cmake')
-rw-r--r--test/compiler/cmake/windows/BlastPerfTests.cmake9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/compiler/cmake/windows/BlastPerfTests.cmake b/test/compiler/cmake/windows/BlastPerfTests.cmake
index fe1de27..0ef6083 100644
--- a/test/compiler/cmake/windows/BlastPerfTests.cmake
+++ b/test/compiler/cmake/windows/BlastPerfTests.cmake
@@ -8,7 +8,7 @@ SET(BLASTPERFTESTS_PLATFORM_COMMON_FILES
)
SET(BLASTPERFTESTS_PLATFORM_INCLUDES
- PRIVATE ${NVTOOLSEXT_INCLUDE_DIRS}
+ PRIVATE $<$<OR:$<CONFIG:debug>,$<CONFIG:checked>,$<CONFIG:profile>>:${NVTOOLSEXT_INCLUDE_DIRS}>
)
SET(BLASTPERFTESTS_COMPILE_DEFS
@@ -21,11 +21,8 @@ SET(BLASTPERFTESTS_COMPILE_DEFS
$<$<CONFIG:release>:${BLASTTESTS_SLN_RELEASE_COMPILE_DEFS}>
)
-SET(BLASTPERFTESTS_PLATFORM_LINKED_LIBS
- ${NVTOOLSEXT_LIB}
+SET(BLASTPERFTESTS_PLATFORM_LINKED_LIBS
+ $<$<OR:$<CONFIG:debug>,$<CONFIG:checked>,$<CONFIG:profile>>:${NVTOOLSEXT_LIB}>
)
-SET(BLASTPERFTESTS_PLATFORM_LINKED_LIBS $<$<OR:$<CONFIG:debug>,$<CONFIG:checked>,$<CONFIG:profile>>:${NVTOOLSEXT_LIB}>)
-
-