[CMake] Strange properties issue

Steven Truppe workbench at gmx.at
Thu Jun 6 13:51:38 EDT 2019


On 06.06.19 19:37, Steven Truppe wrote:
> Hi again,
>
> i solved most of the problems, i have a single issue left: i have two
> files, in one file i do:
>
> set(WITH_LIB_GLAD_EXAMPLE_CBASIC_OUTPUT_NAME_RELEASE "demo")
>
> and in the next file i include i have:
>
> set_target_properties(LIB_GLAD_EXAMPLE_CBASIC PROPERTIES
> OUTPUT_NAME_RELEASE
> ${WITH_LIB_GLAD_EXAMPLE_CBASIC_OUTPUT_NAME_RELEASE}) .
>
> And as a result after make install i get:
>
> -- Set runtime path of
> "/media/stuv/linux-projects/programming/bsEdit/build_files/Debug/examples/glad_basic/LIB_GLAD_EXAMPLE_CBASIC"
>
> to ""
>
> And the filename of the build file is LIB_GLAD_EXAMPLE_CBASIC ...
>
>
> best regards.
>
>


More information about the CMake mailing list