1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

ci: factor out Intel Compiler common configure script

Share common content between the intelclassic and inteloneapi variants.
This commit is contained in:
Brad King
2021-04-14 13:58:47 -04:00
parent ff9e922902
commit 44bcec240b
3 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/configure_intelcompiler_common.cmake")

View File

@@ -0,0 +1 @@
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")

View File

@@ -1 +1 @@
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/configure_intelcompiler_common.cmake")