cmake-basis / legacy

Legacy CMake BASIS project for versions 3.2 and older. For newer versions, go to
https://github.com/cmake-basis/BASIS
Other
13 stars 11 forks source link

Simplify set_target_properties implementation #495

Closed schuhschuh closed 8 years ago

schuhschuh commented 9 years ago

Now that this CMake bug is fixed, the set_target_properties function defined in BASIS's ImportTools.cmake module can be simplified and does further no longer require a list of known property names! Old CMake versions should still be supported by falling back to the current implementation.