mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 13:54:58 +08:00
Set-up default project name
Change-Id: I45feb5c4e4086932eccad9af211932d611bb39be
This commit is contained in:
committed by
sys_ocldev
parent
92a29a3e86
commit
337e4e5a54
@@ -16,7 +16,11 @@ endforeach()
|
||||
# Include needed macros
|
||||
include(common_macros.cmake)
|
||||
|
||||
project(igdrcl)
|
||||
if(NOT PROJECT_NAME)
|
||||
set(PROJECT_NAME igdrcl)
|
||||
endif()
|
||||
|
||||
project(${PROJECT_NAME})
|
||||
|
||||
if(CMAKE_CONFIGURATION_TYPES)
|
||||
# Set custom build types for multi-configuration generators
|
||||
|
||||
Reference in New Issue
Block a user