File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ option(DPNP_BACKEND_TESTS "Enable DPNP tests" FALSE)
5757message (STATUS "CMAKE_VERSION: ${CMAKE_VERSION} " )
5858message (STATUS "CMAKE_GENERATOR: ${CMAKE_GENERATOR} " )
5959message (STATUS "CMAKE_HOST_SYSTEM_NAME: ${CMAKE_HOST_SYSTEM_NAME} " )
60+ message (STATUS "========== User controlled variables list ==========" )
6061message (STATUS "DPNP_ONEAPI_ROOT: ${DPNP_ONEAPI_ROOT} " )
6162message (STATUS "DPNP_STATIC_LIB_ENABLE: ${DPNP_STATIC_LIB_ENABLE} " )
6263message (STATUS "DPNP_DEBUG_ENABLE: ${DPNP_DEBUG_ENABLE} " )
@@ -65,6 +66,7 @@ message(STATUS "DPNP_INSTALL_STRUCTURED: ${DPNP_INSTALL_STRUCTURED}")
6566message (STATUS "DPNP_SYCL_QUEUE_MGR_ENABLE: ${DPNP_SYCL_QUEUE_MGR_ENABLE} " )
6667message (STATUS " |- DPNP_QUEUEMGR_INCLUDE_DIR: ${DPNP_QUEUEMGR_INCLUDE_DIR} " )
6768message (STATUS " |- DPNP_QUEUEMGR_LIB_DIR: ${DPNP_QUEUEMGR_LIB_DIR} " )
69+ message (STATUS "======= End of user controlled variables list ======" )
6870
6971# -----------------------------------------------------------------------------------------------
7072# Compiler-specific logic...
You can’t perform that action at this time.
0 commit comments