2
0

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
Este cometimento está contido em:
foreman
2017-10-31 16:19:51 -04:00
ascendente 41082b16ca
cometimento 5c24331d20
2 ficheiros modificados com 2 adições e 3 eliminações
+1 -2
Ver ficheiro
@@ -60,7 +60,6 @@ add_subdirectory(api/opencl/khronos/icd)
add_subdirectory(tools/clinfo)
install(PROGRAMS $<TARGET_FILE:OpenCL>
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)
PATTERN cl_egl.h EXCLUDE)
+1 -1
Ver ficheiro
@@ -10,4 +10,4 @@ add_executable(clinfo clinfo.cpp)
target_link_libraries(clinfo OpenCL)
install(TARGETS clinfo DESTINATION bin)
install(TARGETS clinfo DESTINATION bin)