Set-up default project name

Change-Id: I45feb5c4e4086932eccad9af211932d611bb39be
This commit is contained in:
Chodor, Jaroslaw
2019-06-09 23:32:22 +02:00
committed by sys_ocldev
parent 92a29a3e86
commit 337e4e5a54

View File

@@ -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