Knitschi / CPFCMake

A component of the CMakeProjectFramework. It provides the CMake code that implements a CI-pipeline.
MIT License
2 stars 2 forks source link

Replace cpf_contains() followed by if() with if(IN_LIST) #60

Closed Knitschi closed 3 years ago

Knitschi commented 3 years ago

A little refactoring to use more cmake functionality instead of our own.

Knitschi commented 3 years ago

I decided to not do this, because the code may be even more readable as it is now.