Commit aa28c540 authored by Oxez's avatar Oxez
Browse files

A bit of a hacky fix for cmake docs

parent fe989c54
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -495,8 +495,12 @@ function(build_docs)
  message("Building object documentation")
  build_object_docs()

  execute_process(COMMAND rm -rf ${CMAKE_BINARY_DIR}/docBuild)
  execute_process(COMMAND cp -rf ${docInstallFolder} ${CMAKE_BINARY_DIR})

  message("Finished building object documentation!")


endfunction(build_docs)