Build failed in Jenkins: Build branch "master" » ubuntu-latest-qt5-cmake #2354

Yuriy Skalko yuriy.skalko at gmail.com
Mon Nov 30 08:40:54 UTC 2020


I have the same compilation error.

Now Boost include directory is missing. This change fixes the issue:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 18494b8e58..ee77b1bdec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -927,6 +927,8 @@ if(NOT LYX_EXTERNAL_DTL)
    add_subdirectory(3rdparty/dtl)
  endif()

+include_directories(${TOP_SRC_DIR}/3rdparty/boost)
+
  if(WIN32)
  	if(LYX_CONSOLE)
  		set(LYX_QTMAIN_LIBRARY)
-- 



Yuriy




More information about the lyx-devel mailing list