Commits

C. Enrique Garcia Dabo authored d07269fdcf6
cmake: use PUBLIC in target_link_libraries if the dependency is not internal

The clients of a given C++ module will automatically get the library dependencies of that module if PUBLIC is used in target_link_libraries. For the internal dependencies (not needed by the clients of the module), PRIVATE is kept. Fixes partially CAS-13870
No tags

casatools/src/code/mstransform/CMakeLists.txt

Modified

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut