P4 to Git Change 1978446 by kzhuravl@kzhuravl-spot-ocl on 2019/08/05 11:37:30

SWDEV-79445 - OCL generic changes and code clean-up

	Bring cmake changes from gerrit (reviewed and tested on gerrit)

Affected files ...

... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#28 edit
... //depot/stg/opencl/drivers/opencl/tools/clinfo/CMakeLists.txt#7 edit
This commit is contained in:
foreman
2019-08-05 11:41:06 -04:00
rodzic 1e56c389a8
commit b5025c1924
2 zmienionych plików z 9 dodań i 19 usunięć
+1 -1
Wyświetl plik
@@ -2,7 +2,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
include_directories(${OPENCL_INCLUDE_DIRS})
include_directories(${OPENCL_ICD_LOADER_HEADERS_DIR})
add_definitions(-DHAVE_CL2_HPP)