Skip to content

Commit

Permalink
exclude html from ALL, fix timpi link lib
Browse files Browse the repository at this point in the history
  • Loading branch information
hugary1995 committed Feb 10, 2025
1 parent c42ed26 commit ba1bb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/Modules/SetupTIMPI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ if(NOT TIMPI_FOUND)
# Export variables
set(TIMPI_FOUND TRUE)
set(TIMPI_INCLUDE_DIRS ${TIMPI_INSTALL_DIR}/include)
set(TIMPI_LIBRARIES TIMPI_${TIMPI_BUILD_TYPE})
set(TIMPI_LIBRARIES timpi_${TIMPI_BUILD_TYPE})
set(TIMPI_LINK_DIRS ${TIMPI_INSTALL_DIR}/lib)

# Export interface
Expand Down
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ add_custom_target(syntax_python
# ----------------------------------------------------------------------------
generate_doxyfile(${NEML2_BINARY_DIR}/doc/DoxyfileHTML "config/Doxyfile.in;config/HTML.in")
generate_doxyfile(${NEML2_BINARY_DIR}/doc/DoxyfilePython "config/Doxyfile.in;config/HTML.in;config/Python.in")
add_custom_target(html ALL
add_custom_target(html
DEPENDS syntax_cpp syntax_python
WORKING_DIRECTORY ${NEML2_BINARY_DIR}/doc
COMMAND ${DOXYGEN_EXECUTABLE} -q DoxyfileHTML.sh
Expand Down

0 comments on commit ba1bb1b

Please sign in to comment.