mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Cleanup code and cmake
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
6a5e5a792d
commit
28d32d6c8e
@ -61,8 +61,6 @@ if(TR_DEPRECATED)
|
||||
add_definitions(-D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING=1)
|
||||
endif()
|
||||
|
||||
add_definitions(-DIGC_CLEANUP)
|
||||
|
||||
if(RELEASE_WITH_REGKEYS)
|
||||
message(STATUS "Enabling RegKey reading in release build")
|
||||
add_definitions(-D_RELEASE_BUILD_WITH_REGKEYS)
|
||||
|
@ -32,8 +32,6 @@
|
||||
#include "ocl_igc_interface/code_type.h"
|
||||
#include "ocl_igc_interface/fcl_ocl_device_ctx.h"
|
||||
#include "ocl_igc_interface/igc_ocl_device_ctx.h"
|
||||
|
||||
#undef IGC_CLEANUP
|
||||
#include "ocl_igc_interface/platform_helper.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
@ -21,8 +21,6 @@
|
||||
#include "ocl_igc_interface/code_type.h"
|
||||
#include "ocl_igc_interface/fcl_ocl_device_ctx.h"
|
||||
#include "ocl_igc_interface/igc_ocl_device_ctx.h"
|
||||
|
||||
#undef IGC_CLEANUP
|
||||
#include "ocl_igc_interface/platform_helper.h"
|
||||
|
||||
#include <fstream>
|
||||
|
Reference in New Issue
Block a user