SWDEV-443538 - Fix cmake build warning
Use GLVND versin of GL Change-Id: I1d6b0ec8672a232d017ad27a01803556992e8a49
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.5.1)
|
||||
|
||||
if (POLICY CMP0072)
|
||||
cmake_policy(SET CMP0072 NEW)
|
||||
endif()
|
||||
|
||||
set(OCLTST_DIR ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
if (WIN32)
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
if (POLICY CMP0072)
|
||||
cmake_policy(SET CMP0072 NEW)
|
||||
endif()
|
||||
|
||||
# ROCclr abstracts the usage of multiple AMD compilers and runtimes.
|
||||
# It is possible to support multiple backends concurrently in the same binary.
|
||||
option(ROCCLR_ENABLE_HSAIL "Enable support for HSAIL compiler" OFF)
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user