[CMake] Default library name?

Hendrik Greving hendrik.greving.smi at gmail.com
Mon Nov 5 12:41:58 EST 2018


I think OUTPUT_NAME is not set by default. I am getting var-NOTFOUND
Same for RUNTIME_OUTPUT_NAME, LIBRARY_OUTPUT_NAME, PREFIX and SUFFIX

On Mon, Nov 5, 2018 at 9:26 AM Robert Maynard <robert.maynard at kitware.com>
wrote:

> At configure time you query OUTPUT_NAME target property
> (https://cmake.org/cmake/help/v3.11/prop_tgt/OUTPUT_NAME.html) and if
> not set you use NAME (
> https://cmake.org/cmake/help/v3.11/prop_tgt/NAME.html )
> On Mon, Nov 5, 2018 at 11:48 AM Hendrik Greving
> <hendrik.greving.smi at gmail.com> wrote:
> >
> > Hi, is there a way to get the default library or executable name at
> configure time (except obsolete LOCATION property)? i.e.
> lib${target_name}.so in Linux, where target_name is NAME target property?
> 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:
> > https://cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cmake.org/pipermail/cmake/attachments/20181105/19f5cccb/attachment.html>


More information about the CMake mailing list