milk-org / milk

Modular Image processing Library toolKit (milk) :telescope:
https://milk-org.github.io/milk/
6 stars 10 forks source link

Move project directive to top of CMakeLists #6

Closed joseph-long closed 1 year ago

joseph-long commented 1 year ago

CMake errors about internal variables not being set led me to https://stackoverflow.com/a/42018800. Moving project() to the top made everything configure (and build) nicely in cmake3 version 3.17.3. Not sure if there are any other side effects to be aware of.