mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
cmake: sync with trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34841 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4c2c54f7ea
commit
058262b462
@ -2,7 +2,7 @@
|
|||||||
# TODO: set correct path in call to cmake
|
# TODO: set correct path in call to cmake
|
||||||
# e.g. cmake /usr/src/lyx/lyx-devel/development/cmake -DCMAKE_INSTALL_PREFIX=/usr/local/share/lyx2.0 -Dnls=1
|
# e.g. cmake /usr/src/lyx/lyx-devel/development/cmake -DCMAKE_INSTALL_PREFIX=/usr/local/share/lyx2.0 -Dnls=1
|
||||||
|
|
||||||
message(STATUS "installing to ${CMAKE_INSTALL_PREFIX}, defined by CMAKE_INSTALL_PREFIX")
|
message(STATUS "Installing to ${CMAKE_INSTALL_PREFIX}, defined by CMAKE_INSTALL_PREFIX")
|
||||||
|
|
||||||
# the macro scans the directories "_parent_src_dir/_dir/_current_dir" for *._file_type files
|
# the macro scans the directories "_parent_src_dir/_dir/_current_dir" for *._file_type files
|
||||||
# and installs the files in CMAKE_INSTALL_PREFIX/_current_dir
|
# and installs the files in CMAKE_INSTALL_PREFIX/_current_dir
|
||||||
|
@ -31,11 +31,6 @@
|
|||||||
#include <boost/tuple/tuple.hpp>
|
#include <boost/tuple/tuple.hpp>
|
||||||
#include <boost/utility.hpp>
|
#include <boost/utility.hpp>
|
||||||
#include <boost/version.hpp>
|
#include <boost/version.hpp>
|
||||||
#if BOOST_VERSION < 103300
|
|
||||||
# include <boost/test/detail/nullstream.hpp>
|
|
||||||
#else
|
|
||||||
# include <boost/test/utils/nullstream.hpp>
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user