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()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT CMAKE_CROSSCOMPILE)
|
if (NOT CMAKE_CROSSCOMPILING)
|
||||||
set(GLIBC_DETECT_TEST_C
|
set(GLIBC_DETECT_TEST_C
|
||||||
"
|
"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user