CMAKE_CROSSCOMPILE should be CMAKE_CROSSCOMPILING.

This commit is contained in:
Nicholas J. Kain 2015-02-13 05:12:55 -05:00
parent c58a071f52
commit 3421f0c585

View File

@ -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>