Skip to content

Commit 4552147

Browse files
authored
Merge pull request #231 from ramirez7/armando-stray-doc-backtick
Remove stray backtick in docs target
2 parents b21d5be + 127eb04 commit 4552147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ if (BUILD_DOCS)
342342
set(DOXYGEN_INPUT ${CMAKE_CURRENT_SOURCE_DIR}/include ${CMAKE_CURRENT_SOURCE_DIR}/src)
343343
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile @ONLY)
344344
add_custom_target(doc
345-
` ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
345+
${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
346346
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
347347
COMMENT "Generating API documentation with Doxygen" VERBATIM
348348
)

0 commit comments

Comments
 (0)