File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
#=========================== begin_copyright_notice ============================
2
2
#
3
- # Copyright (C) 2017-2021 Intel Corporation
3
+ # Copyright (C) 2017-2024 Intel Corporation
4
4
#
5
5
# SPDX-License-Identifier: MIT
6
6
#
@@ -241,11 +241,7 @@ unset(_debugConfigs)
241
241
# ========================================= BUILD CMAKE OPTIONS ========================================
242
242
# ======================================================================================================
243
243
244
- if (DEFINED IGC_OPTION__LIBRARY_NAME )
245
- set (IGC_LIBRARY_NAME "${IGC_OPTION__LIBRARY_NAME} " )
246
- else ()
247
- set (IGC_LIBRARY_NAME "igc" )
248
- endif ()
244
+ include ("${CMAKE_CURRENT_SOURCE_DIR} /cmake/igc_library_name.cmake" )
249
245
set (IGC_LIBRARY_NAME ${IGC_LIBRARY_NAME} PARENT_SCOPE )
250
246
251
247
set (FCL_ENABLED ON )
Original file line number Diff line number Diff line change
1
+ #=========================== begin_copyright_notice ============================
2
+ #
3
+ # Copyright (C) 2024 Intel Corporation
4
+ #
5
+ # SPDX-License-Identifier: MIT
6
+ #
7
+ #============================ end_copyright_notice =============================
8
+
9
+ if (DEFINED IGC_OPTION__LIBRARY_NAME )
10
+ set (IGC_LIBRARY_NAME "${IGC_OPTION__LIBRARY_NAME} " )
11
+ else ()
12
+ set (IGC_LIBRARY_NAME "igc" )
13
+ endif ()
You can’t perform that action at this time.
0 commit comments