diff --git a/CMakeVendor.txt b/CMakeVendor.txt index b42c43ab..3ce6f6f4 100644 --- a/CMakeVendor.txt +++ b/CMakeVendor.txt @@ -4,11 +4,6 @@ set(CONFORMANCE_PREFIX "test_conformance_" ) set(CONFORMNACE_SUFFIX "" ) -# Include cmake files to build driver -# to build driver as a dependency of tests -# in this example environment variable $OPENCL_DRIVER points to driver base -# Ex include($ENV{OPENCL_DRIVER}/driver.cmake) - # We intentionally hardcode "_win32" to ensure backwards compatibility (to avoid breaking HAAVE) if(ANDROID) if(ARM64_V8A) @@ -17,5 +12,3 @@ if(ANDROID) set(ARCH "32") endif(ARM64_V8A) endif (ANDROID) - -set (CL_INCLUDE_DIR "$ENV{OPENCL_DRIVER}/include/public/")