DynamicLoader: Update test to avoid using CMAKE_INTDIR
All threads resolved!
All threads resolved!
Pass our own definition using $<CONFIG>
instead.
Merge request reports
Activity
requested review from @ben.boeckel
assigned to @brad.king
mentioned in issue cmake/cmake#24384
Note that, in general, I have found
file(RELATIVE_PATH)
to compute these things way more reliable than assuming the subdirectory is there becauseset(CMAKE_RUNTIME_OUTPUT_DIRECTORY "$<CONFIG>/bin")
(and similar forLIBRARY
, andARCHIVE
variables) is also possible so that each configuration has a single prefix. I don't think that matters in this specific case though.- Resolved by Brad King
added 1 commit
- 093d6e45 - DynamicLoader: Update test to avoid using CMAKE_INTDIR
mentioned in commit b27105e9
mentioned in merge request cmake/cmake!8175 (merged)
Please register or sign in to reply