-----Original Message----- From: Brad King <[email protected]> To: cmake-developers <[email protected]> Sent: Fri, Feb 8, 2013 3:19 pm Subject: Re: [cmake-developers] INTERFACE_INCLUDE_DIRECTORIES on STATIC libs
I don't think we can convey in a simple name the true meaning of what we're querying. It is simpler to keep TARGET_DEFINED as a generate-time version of "if(TARGET)" and work for all target types. <------- that's what I though it meant intuitively just by the name "TARGET_DEFINED"... I would be confused if it didn't work on all target types.
-- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
