mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +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 needed macros
|
||||||
include(common_macros.cmake)
|
include(common_macros.cmake)
|
||||||
|
|
||||||
project(igdrcl)
|
if(NOT PROJECT_NAME)
|
||||||
|
set(PROJECT_NAME igdrcl)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
project(${PROJECT_NAME})
|
||||||
|
|
||||||
if(CMAKE_CONFIGURATION_TYPES)
|
if(CMAKE_CONFIGURATION_TYPES)
|
||||||
# Set custom build types for multi-configuration generators
|
# Set custom build types for multi-configuration generators
|
||||||
|
|||||||
Reference in New Issue
Block a user