diff --git a/crlcore/CMakeLists.txt b/crlcore/CMakeLists.txt index 3ea8097b..34a08aba 100644 --- a/crlcore/CMakeLists.txt +++ b/crlcore/CMakeLists.txt @@ -31,9 +31,9 @@ find_package(HURRICANE REQUIRED) find_package(Boost REQUIRED) find_package(Libexecinfo REQUIRED) - if(BUILD_DOC) - include(UseLATEX) - endif(BUILD_DOC) +#if(BUILD_DOC) +# include(UseLATEX) +#endif(BUILD_DOC) add_subdirectory(src) add_subdirectory(etc) diff --git a/crlcore/doc/CMakeLists.txt b/crlcore/doc/CMakeLists.txt index 930baab9..eefee8b1 100644 --- a/crlcore/doc/CMakeLists.txt +++ b/crlcore/doc/CMakeLists.txt @@ -1,8 +1,8 @@ - set ( LATEX2HTML_CONVERTER_FLAGS "-html_version" "4.0,latin1,unicode" - "-style" "SoC.css" - "-init_file" "${CMAKE_CURRENT_SOURCE_DIR}/.latex2html-init" - CACHE STRING "Custom arguments passeds to latex2html" FORCE ) +# set ( LATEX2HTML_CONVERTER_FLAGS "-html_version" "4.0,latin1,unicode" +# "-style" "SoC.css" +# "-init_file" "${CMAKE_CURRENT_SOURCE_DIR}/.latex2html-init" +# CACHE STRING "Custom arguments passeds to latex2html" FORCE ) # add_latex_document ( README.tex IMAGE_DIRS images )