Skip to content

Commit

Permalink
fixed readthedocs cmake script
Browse files Browse the repository at this point in the history
#no-build
  • Loading branch information
Lucide committed Feb 2, 2021
1 parent 57d291e commit f3431b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/readthedocs/ci.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ file(COPY "${cwd}/doc/" DESTINATION ${CMAKE_CURRENT_LIST_DIR}
execute_process(COMMAND ${CMAKE_COMMAND} -D VisualT_ASSUME_LITTLE_ENDIAN:BOOL=YES -S . -B build
COMMAND ${CMAKE_COMMAND} --build build --target VisualT_doxygen_generate_xml
WORKING_DIRECTORY ${cwd}
COMMAND_ECHO STDOUT
COMMAND_ERROR_IS_FATAL ANY)
COMMAND_ECHO STDOUT)

0 comments on commit f3431b3

Please sign in to comment.