toeb / cmakepp

An Enhancement Suite for the CMake Build System
Other
435 stars 37 forks source link

allow soft failure in import function #13

Closed toeb closed 9 years ago

toeb commented 10 years ago

currently import_function fails if it cannot import something. this should remain the default but it should also be possible to fail softly ie (import_function "failfunction" as xyz SUCCESS successvar)