Roberto Di Remigio Eikås
Roberto Di Remigio Eikås
@bast I'll try to submit a PR today.
My view is that `fc_optional` is fine as is. I don't think we need equivalent `cc_optional` and `cxx_optional` though.
I'm hitting a problem and I don't know what's the best way to solve it. So once the language(s) for the project have been read in the YAML, I generate...
Yes, just saw that. And now I am wondering if we should have `NONE` as default and do `enable_language`. Let's sit on this for a little longer.
For the time being, you could just refer to the work we did on Boost.
The `add_definitions` should stay as-is, I think. @bast did copying the modern `FindOpenMP.cmake` module work for OpenMP detection? I think that would actually be the most reasonable choice...
You can still get the flags out from the new module (though that might be on its way to deprecation)
Gee, what a mess! No we definitely don't want that, so I guess either they spill over to the client: ``` if(OpenMP_FOUND) target_compile_definitions( PUBLIC HAVE_OPENMP ) endif() # or a...
Definitely more compact.
Don't know it mine was "smart". Yours is compact wrt spilling variables over to other CMake files.