summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Sandall2016-03-11 10:15:01 -0800
committerEric Sandall2016-03-11 10:17:59 -0800
commitfac5120650c12c1522f87b0bcd63890175357fc8 (patch)
tree3252fc1f590368b34f2a3f5fac3d647640261344 /ChangeLog
parentb209e65289ed1cfa2dd8f79e26e0d272b84d5952 (diff)
CMAKE_CONFIGURE: Default to "Unix Makefiles" for CMAKE_GEN
Error without ninja installed: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. Override CMAKE_GEN based on status of the ninja package. Since we make this persistent (for subsequent files such as BUILD to see CMAKE_GEN) if we accept a pre-defined value, then once we've cast with or without ninja, forever will this dominate our destiny. Or something.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 036aea81a9..7a307d2c31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-11 Eric Sandall <sandalle@sourcemage.org>
+ * CMAKE_CONFIGURE: Default to "Unix Makefiles" for CMAKE_GEN
+ Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
+
2016-03-09 Thomas Orgis <sobukus@sourcemage.org>
* FUNCTIONS: hack waf_build to enable CXXFLAGS, if possible