Skip to content

Commit 9939eab

Browse files
committed
[Comgr] Remove debug line from CMake
Change-Id: Ib1b5e9fe8669e9861a6bea5c03ae113023caae43
1 parent 4254e18 commit 9939eab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

amd/comgr/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,6 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
498498
RESULT_VARIABLE PROC_RESULT
499499
OUTPUT_VARIABLE EVAL_RESULT
500500
OUTPUT_STRIP_TRAILING_WHITESPACE)
501-
message("RESULT_VARIABLE ${PROC_RESULT} OUTPUT_VARIABLE: ${EVAL_RESULT}")
502501

503502
if(PROC_RESULT EQUAL "0" AND "${EVAL_RESULT}" STREQUAL ".el7")
504503
# In Centos using parentheses is causing cpack errors.

0 commit comments

Comments
 (0)