From 3698a97a23786296c7a5e190764d999b98736a5a Mon Sep 17 00:00:00 2001
From: foreman
Date: Tue, 31 Oct 2017 16:19:51 -0400
Subject: [PATCH] P4 to Git Change 1476932 by kzhuravl@kzhuravl-fiji-ocllc on
2017/10/31 16:10:43
SWDEV-102733 - Bring CMakeLists.txt in sync with open source
- Remove extra empty lines
- Add new lines at the end of files
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#17 edit
... //depot/stg/opencl/drivers/opencl/tools/clinfo/CMakeLists.txt#4 edit
[ROCm/clr commit: d52e0bf53052581e0ab698824c2b631486b8f9e7]
---
projects/clr/rocclr/CMakeLists.txt | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/projects/clr/rocclr/CMakeLists.txt b/projects/clr/rocclr/CMakeLists.txt
index e4ad458f2e..61b0263a5a 100644
--- a/projects/clr/rocclr/CMakeLists.txt
+++ b/projects/clr/rocclr/CMakeLists.txt
@@ -60,7 +60,6 @@ add_subdirectory(api/opencl/khronos/icd)
add_subdirectory(tools/clinfo)
-
install(PROGRAMS $
DESTINATION lib)
@@ -68,4 +67,4 @@ install(DIRECTORY
"${CMAKE_CURRENT_SOURCE_DIR}/api/opencl/khronos/headers/opencl2.0"
DESTINATION include
USE_SOURCE_PERMISSIONS
- PATTERN cl_egl.h EXCLUDE)
\ No newline at end of file
+ PATTERN cl_egl.h EXCLUDE)