mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
Tests: Fix name of cache variable.
This commit is contained in:
@@ -50,9 +50,9 @@ macro(do_try_compile prefix)
|
||||
auto value = 0;
|
||||
return value;
|
||||
}
|
||||
" ${prefix}IMPORTED_IFACE_CONSTEXPR)
|
||||
" ${prefix}IMPORTED_IFACE_AUTO_TYPE)
|
||||
|
||||
if(NOT ${prefix}IMPORTED_IFACE_CONSTEXPR)
|
||||
if(NOT ${prefix}IMPORTED_IFACE_AUTO_TYPE)
|
||||
message(SEND_ERROR "${prefix} try_compile with IMPORTED INTERFACE target failed!\n\n${OUTPUT}")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user