(cmake): add warning for links between bundles
What does this MR do?
- Add a test in CMakeLists.txt to display a warning message if there are links between bundles
How to test it?
Just make a cmake configure,
Data
No required data
Some results
A warning message is displayed if a bundle link with another bundle
CMake Warning at F:/src/sight/sight/CMake/build/macros.cmake:707 (message):
Bundle uiSelector links with other bundles (uiMedDataQt), this feature will
be removed in version 21.0 of Sight
Additional tests to run
-
Build on Windows -
Build on Linux -
Build on macOS
Associated issue
Closes #346 (closed)
Edited by Julien WAECHTER