diff options
| author | Anton Novoselov <[email protected]> | 2017-08-01 12:53:38 +0300 |
|---|---|---|
| committer | Anton Novoselov <[email protected]> | 2017-08-01 12:53:38 +0300 |
| commit | 236f03c0b9a4982328ed1201978f7f69d192d9b2 (patch) | |
| tree | e486f2fa39dba203563895541e92c60ed3e25759 /test/compiler/cmake/BlastPerfTests.cmake | |
| parent | Added screens to welcome page (diff) | |
| download | blast-236f03c0b9a4982328ed1201978f7f69d192d9b2.tar.xz blast-236f03c0b9a4982328ed1201978f7f69d192d9b2.zip | |
Blast 1.1 release (windows / linux)
see docs/release_notes.txt for details
Diffstat (limited to 'test/compiler/cmake/BlastPerfTests.cmake')
| -rw-r--r-- | test/compiler/cmake/BlastPerfTests.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/compiler/cmake/BlastPerfTests.cmake b/test/compiler/cmake/BlastPerfTests.cmake index 885b0f7..7c17c04 100644 --- a/test/compiler/cmake/BlastPerfTests.cmake +++ b/test/compiler/cmake/BlastPerfTests.cmake @@ -127,6 +127,9 @@ SET_TARGET_PROPERTIES(BlastPerfTests PROPERTIES ) #TARGET_COMPILE_OPTIONS(BlastPerfTests PRIVATE /wd4005 /wd4244) +TARGET_COMPILE_OPTIONS(BlastPerfTests + PRIVATE ${BLASTPERFTESTS_PLATFORM_COMPILE_OPTIONS} +) TARGET_LINK_LIBRARIES(BlastPerfTests |