diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c240f779..b4e2637b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -126,11 +126,6 @@ jobs: make -j$(nproc --ignore 1) install fi - #- name: Make Docweb - # run: | - # cd build - # make docweb VERBOSE=1 - - name: Deploy to GH pages if: ${{github.event_name == 'push'}} uses: JamesIves/github-pages-deploy-action@4.1.6 diff --git a/cpp/purify/CMakeLists.txt b/cpp/purify/CMakeLists.txt index 92fcbb22..43b3ddc9 100644 --- a/cpp/purify/CMakeLists.txt +++ b/cpp/purify/CMakeLists.txt @@ -9,13 +9,10 @@ function(add_include_dir) endif() endforeach() if(publics) - message(STATUS "publics=${publics}") target_include_directories(libpurify SYSTEM PUBLIC ${publics}) endif() endfunction() -#link_directories(${FFTW3_LIBRARY_DIRS} ${YAML_CPP_LIBRARY_DIR} ${Cubature_LIBRARY_DIR}) - configure_file(config.in.h "${PROJECT_BINARY_DIR}/include/purify/config.h") set(HEADERS @@ -89,12 +86,6 @@ if (cppflow) ) endif() -target_include_directories(libpurify PUBLIC - $ - $ - $ -) - add_include_dir( ${EIGEN3_INCLUDE_DIR} ${Boost_INCLUDE_DIR}