floooh / fips

High-level build system for distributed, multi-platform C/C++ projects.
MIT License
468 stars 82 forks source link

handle empty extensions correctly #262

Closed mattiasljungstrom closed 4 years ago

mattiasljungstrom commented 4 years ago

The previous version of the code didn't work correctly on all versions of cmake.

floooh commented 4 years ago

Oh interesting. Out of interest, what version did this fail on, and what's the oldest version you need to support? (because I'd also like to do some modernization in how fips adds files to targets, but this requires a feature for creating empty build targets, which is also fairly recent).