Le 30/11/2020 à 09:40, Yuriy Skalko a écrit :
I have the same compilation error.

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

Probably my fault because I removed boost/CMakeList.txt. It only contained a reference to the now defunct boost/libs/ directory.

JMarc

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)

--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to