Remove CMAKE_VERBOSE_MAKEFILE
This should be enabled at the command line during the cmake configure step (-DCMAKE_VERBOSE_MAKEFILE=True). Verbose output can also be enabled during the build by setting the VERBOSE=1 GNU make variable, or using the -v Ninja option. Change-Id: Ie842c900c83c8f9f1c3ab4119e3bbc7931d371f5
This commit is contained in:
@@ -22,9 +22,6 @@
|
||||
|
||||
cmake_minimum_required ( VERSION 3.5.0 )
|
||||
|
||||
## Verbose output.
|
||||
set ( CMAKE_VERBOSE_MAKEFILE TRUE CACHE BOOL "Verbose Output" FORCE )
|
||||
|
||||
## Set module name and project name.
|
||||
set ( ROCTRACER_NAME "roctracer" )
|
||||
set ( ROCTRACER_TARGET "${ROCTRACER_NAME}64" )
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
################################################################################
|
||||
|
||||
cmake_minimum_required ( VERSION 3.5.0 )
|
||||
set ( CMAKE_VERBOSE_MAKEFILE TRUE CACHE BOOL "Verbose Output" FORCE )
|
||||
|
||||
if ( NOT DEFINED ROOT_DIR )
|
||||
MESSAGE ( FATAL_ERROR "ROOT_DIR is not defined" )
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
################################################################################
|
||||
|
||||
cmake_minimum_required ( VERSION 2.8.12 )
|
||||
set ( CMAKE_VERBOSE_MAKEFILE TRUE CACHE BOOL "Verbose Output" FORCE )
|
||||
|
||||
set ( EXE_NAME "ctrl" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user