[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sat Aug 3 20:47:03 UTC 2013
SVN commit 9386 by rakuco:
cmake: Add an initial cache file for CMake to use at build-time.
Provide a cache file with additional CMake commands that CMake reads when
bootstrapping. For now it just sets the BUILD_TESTING cache variable to OFF,
so that most tests are not processed when building the port.
Building the tests was particularly troublesome in Qt 4's case: since we
have separate ports for each part, one could have devel/qmake-qt4 installed
and not, say, devel/qt4-corelib, which would make CMake fail.
See https://mail.kde.org/pipermail/kde-freebsd/2013-July/015703.html for an
example.
M +2 -1 Makefile
A files/InitialCache.cmake
More information about the kde-freebsd
mailing list