> > It appears to fail because the compiler options do not
> make it in when
> > creating the executable ... is there something silly I
> have missed?
> > Also, I was wondering why TRY_RUN doesn't use the
> default flags
> > defined from CMAKE_BUILD_TYPE ?


> Is this a bug or am I not using TRY_RUN correctly?

I am not sure that I understood correctly, but once I had a problem passing
compiler flags to TRY_COMPILE. I solved it by stuffing compile flags into
CMAKE_FLAGS -DCOMPILE_DEFINITIONS:STRING=${MY_COMPILE_FLAGS}

I think TRY_RUN is the same.

Denis


      
_______________________________________________
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