Skip to content

Commit eaf7db3

Browse files
committed
GPU Standalone: Use LAZY CMake install message
1 parent 1102011 commit eaf7db3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GPU/GPUTracking/Standalone/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
cmake_minimum_required(VERSION 3.27 FATAL_ERROR)
1414
project(GPUTrackingStandalone)
1515
include(FeatureSummary)
16+
set(CMAKE_INSTALL_MESSAGE LAZY)
17+
1618
set(CMAKE_INSTALL_BINDIR "${CMAKE_INSTALL_PREFIX}")
1719
set(CMAKE_INSTALL_LIBDIR "${CMAKE_INSTALL_PREFIX}")
1820
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}")

0 commit comments

Comments
 (0)