diff options
| author | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
| commit | 7115f60b91b5717d90f643fd692010905c7004db (patch) | |
| tree | effd68c6978751c517d54c2f2bb5bb6e7dc93e18 /sdk/compiler/cmake/linux/NvBlastExtStress.cmake | |
| parent | Updating BlastTool zip (diff) | |
| download | blast-7115f60b91b5717d90f643fd692010905c7004db.tar.xz blast-7115f60b91b5717d90f643fd692010905c7004db.zip | |
Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1
Diffstat (limited to 'sdk/compiler/cmake/linux/NvBlastExtStress.cmake')
| -rwxr-xr-x[-rw-r--r--] | sdk/compiler/cmake/linux/NvBlastExtStress.cmake | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sdk/compiler/cmake/linux/NvBlastExtStress.cmake b/sdk/compiler/cmake/linux/NvBlastExtStress.cmake index 96fe6a0..f07c509 100644..100755 --- a/sdk/compiler/cmake/linux/NvBlastExtStress.cmake +++ b/sdk/compiler/cmake/linux/NvBlastExtStress.cmake @@ -1,11 +1,11 @@ -# -# Build NvBlast Linux -# - -SET(BLASTTK_LIBTYPE SHARED) - -IF ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") - SET(BLASTEXTSTRESS_PLATFORM_COMPILE_OPTIONS "-Wno-return-type-c-linkage" "-pedantic") -ELSE() - SET(BLASTEXTSTRESS_PLATFORM_COMPILE_OPTIONS "-pedantic") -ENDIF() +#
+# Build NvBlast Linux
+#
+
+SET(BLASTTK_LIBTYPE SHARED)
+
+IF ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
+ SET(BLASTEXTSTRESS_PLATFORM_COMPILE_OPTIONS "-Wno-return-type-c-linkage" "-pedantic")
+ELSE()
+ SET(BLASTEXTSTRESS_PLATFORM_COMPILE_OPTIONS "-pedantic")
+ENDIF()
|