CMAKE_CROSSCOMPILE should be CMAKE_CROSSCOMPILING.
This commit is contained in:
parent
c58a071f52
commit
3421f0c585
@ -96,7 +96,7 @@ if (NOT (${OSNAME} STREQUAL "Linux"))
|
||||
return()
|
||||
endif()
|
||||
|
||||
if (NOT CMAKE_CROSSCOMPILE)
|
||||
if (NOT CMAKE_CROSSCOMPILING)
|
||||
set(GLIBC_DETECT_TEST_C
|
||||
"
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user