On Thursday 25 March 2010, Franklin Dorbon wrote:
> Hello,
> I get the below error when running CMAKE, the GUI version 2.8 on windows:
>
> CMake Error at cmake/internal/SearchForStuff.cmake:78
> (CHECK_STRUCT_HAS_MEMBER): Unknown CMake command "CHECK_STRUCT_HAS_MEMBER".
> Call Stack (most recent call first):
> CMakeLists.txt:49 (INCLUDE)
>
> I don't understand why this command cannot be found, it seems that I
> have used CMAKE before and not had to do anything special to use this.
> Is this just error with my CMakeLists.txt?

Do you have a 
include(CheckStructHasMember)
somewhere ? This is necessary, this file defines the macro.

Alex
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to