[CMake] Strange properties issue

Steven Truppe workbench at gmx.at
Thu Jun 6 14:12:28 EDT 2019


I missed the property - it's DEBUG_OUTPUT_NAME and RELEASE_OUTPUT_NAME,
sry..

On 06.06.19 19:51, Steven Truppe wrote:
>
> 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