mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
boost dir is used for out-of-source build detection
This commit is contained in:
parent
3c3141dc23
commit
e1c893127f
@ -302,7 +302,7 @@ bool isBuildDir(FileName const & abs_binary, string const & dir_location,
|
||||
return true;
|
||||
}
|
||||
// cmake file, no Makefile in lib
|
||||
FileName build_boost_dir = FileName(addPath(search_dir, "boost"));
|
||||
FileName build_boost_dir = FileName(addPath(search_dir + "/3rdparty", "boost"));
|
||||
if (!fileSearch(build_boost_dir.absFileName(), "cmake_install.cmake").empty()) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user