mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
@@ -101,7 +101,10 @@ function(cmake_print_properties)
|
||||
if(CPP_CACHE_ENTRIES)
|
||||
set(items ${CPP_CACHE_ENTRIES})
|
||||
set(mode ${mode} CACHE_ENTRIES)
|
||||
set(keyword CACHE)
|
||||
# This is a workaround for the fact that passing `CACHE` as an argument to
|
||||
# set() causes a cache variable to be set.
|
||||
set(keyword "")
|
||||
string(APPEND keyword CACHE)
|
||||
endif()
|
||||
|
||||
if(NOT mode)
|
||||
|
Reference in New Issue
Block a user