mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
Merge topic 'fix-Android-NsightTegra'
9af881d8Tests: Add VSNsightTegra test for VS 20156739d240Tests: Fix VSNsightTegra test on Android NDK r12b06c39612VS: Fix NVIDIA Nsight Tegra Visual Studio Edition support
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# Support for NVIDIA Nsight Tegra Visual Studio Edition was previously
|
||||
# implemented in the CMake VS IDE generators. Avoid interfering with
|
||||
# that functionality for now. Later we may try to integrate this.
|
||||
if(CMAKE_VS_PLATFORM_NAME STREQUAL "Tegra-Android")
|
||||
if(CMAKE_GENERATOR MATCHES "Visual Studio")
|
||||
return()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user