Age | Commit message (Collapse) | Author |
|
More issues with the static cmake files. Again we were missing a variable
and needed less quoting. Additionally there was dead / redundant code.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
|
|
In the cmake module we no longer had a way to get back to the main scripts
directory.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
|
|
This is actually a good change: we used to write a new
CMake file in configure time just to move it outside of the
source to the build dir at compile time. Now this file is
pre-created and it's only moved.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
|