Hello, I've my SDK under /Developer/SDKs/MacOSX10.7.sdk.
I've tried to set several CMake and environment variables, but check_include_files doesn't find anything. (e.g. sys/types.h, sys/stat.h, memory.h, ...) What did I need to define, so that check_include_files find my include files? The directory which i need to use: /Developer/SDKs/MacOSX10.7.sdk/usr/include Already tried CMake variables: CMAKE_REQUIRED_INCLUDES CNAKE_INCLUDE_PATH Already tried environment variables: USER_HEADER_SEARCH_PATH HEADER_SEARCH_PATH INCLUDEPATH DYLD_LIBRARY_PATH PATH CPLUS_INCLUDE_PATH C_INCLUDE_PATH Could someone help? Thanks in advance -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
