-
Notifications
You must be signed in to change notification settings - Fork 123
disable support for in-source-tree builds #3451
Comments
It saw that OpenWrt uses it, and it seems that it is also necessary for BuildRoot. I just wrote a basic recipe for it, and there the build fails without it. |
I am a bit confused here: OpenWRT now afaik does not use FORCE_IN_SOURCE_BUILD anymore but your recipe #3472 used FORCE_IN_SOURCE_BUILD but also LIBELEKTRA_SUPPORTS_IN_SOURCE_BUILD=NO. So is |
Oops, I was frightened, because I detected, that I used the recipe of a Web-Page from 02.02.2020 related to OpenWrt-18.x.
Pse correct me, if I'm still wrong. Concerning the BuildRoot recipe it's a little crazy and I admit, at the moment the setting of |
So let us keep FORCE_IN_SOURCE_BUILD |
As in-source-tree builds are currently broken and do not seem to be used anyway, I suggest that we remove the FORCE_IN_SOURCE_BUILD and simply always fail on top-level. We can give an hint for CMAKE_BINARY_SUBDIR in the error message (see #3446).
The text was updated successfully, but these errors were encountered: