Bugfix compiling for cross compiling. 35/3135/1
authorJoakim Soderberg <joakim.soderberg@gmail.com>
Fri, 22 Feb 2013 01:27:57 +0000 (09:27 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:37 +0000 (13:01 -0800)
! does not mean NOT, use NOT instead :)

CMakeLists.txt

index b8bca0f..505bba0 100644 (file)
@@ -264,7 +264,7 @@ else()
 endif()
 
 if (UNIX)
-       if (!WITH_BUILTIN_GETIFADDRS)
+       if (NOT WITH_BUILTIN_GETIFADDRS)
                list(APPEND HDR_PRIVATE lib/getifaddrs.h)
                list(APPEND SOURCES lib/getifaddrs.c)
        endif()