Files
CMake/Help/variable
Kyle Edwards fc8955e889 add_subdirectory: Run subdirectory install rules in correct order
Before this change, install rules created by add_subdirectory()
would be executed after all of the top-level install rules, even
if they were declared before the top-level rules. This change
adds a new policy, CMP0082, which interleaves the add_subdirectory()
install rules with the other install rules so they are run in the
correct order.
2018-10-10 10:26:39 -04:00
..
2018-08-07 13:13:27 -04:00
2018-06-04 10:32:49 -04:00
2018-08-07 13:13:27 -04:00
2014-09-11 08:44:20 -04:00
2016-08-31 14:17:51 +03:00