Skip to content

Commit

Permalink
cleaning up debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Oct 3, 2023
1 parent 97e5199 commit a133e6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
9 changes: 0 additions & 9 deletions cpp/purify/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -89,12 +86,6 @@ if (cppflow)
)
endif()

target_include_directories(libpurify PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/..>
$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include>
$<INSTALL_INTERFACE:include/>
)

add_include_dir(
${EIGEN3_INCLUDE_DIR}
${Boost_INCLUDE_DIR}
Expand Down

0 comments on commit a133e6b

Please sign in to comment.