Skip to content

Commit

Permalink
Testing: removed the need for dot.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 5, 2024
1 parent 9a17050 commit 3f51240
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cmake/environmentchecks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ else ()
endif()
find_program(CLANG_FORMAT_EXE NAMES ${PREFERRED_CLANG_FORMAT_NAMES} clang-format)
find_program(CLANG_TIDY_EXE NAMES ${PREFERRED_CLANG_TIDY_NAMES} clang-tidy)
find_program(DOT_EXE NAMES ${PREFERRED_FIND_NAMES} dot)
find_program(FIND_EXE NAMES ${PREFERRED_FIND_NAMES} find)
find_program(GCOV_EXE NAMES ${PREFERRED_GCOV_NAMES} gcov)
find_program(LLVM_COV_EXE NAMES ${PREFERRED_LLVM_COV_NAMES} llvm-cov HINTS ${LLVM_BIN_DIR} ENV PATH /Library/Developer/CommandLineTools/usr/bin/)
Expand Down Expand Up @@ -95,7 +94,6 @@ else ()
BUILDCACHE_EXE
CLANG_TIDY_EXE
CLANG_FORMAT_EXE
DOT_EXE
FIND_EXE
GCC_COVERAGE_COMPILER_FLAGS_OK
GCOV_EXE
Expand Down
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if(SPHINX_FOUND)
COMMENT "Building HTML documentation with Sphinx")
endif()

if(DOXYGEN_FOUND AND DOT_EXE)
if(DOXYGEN_FOUND)
set(DOXYGEN_DOCS_TARGET api_docs)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in.config ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile @ONLY)
add_custom_target(${DOXYGEN_DOCS_TARGET}
Expand Down

0 comments on commit 3f51240

Please sign in to comment.