mirror of
https://github.com/reactos/CMake.git
synced 2025-01-19 09:54:02 +00:00
Tests: Fix name of cache variable.
This commit is contained in:
parent
c010e7cc80
commit
dc7639bdab
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user