Commit 8c6f7b45 authored by Oxez's avatar Oxez
Browse files

Commented code and changed command

parent 3c3a6dcd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -495,7 +495,8 @@ function(build_docs)
  message("Building object documentation")
  build_object_docs()

  install(DIRECTORY ${docInstallFolder} DESTINATION ${CMAKE_INSTALL_PREFIX})
  # copy the built docs in the build directory over to the install directory on install
  execute_process(COMMAND cp -rf ${docInstallFolder} ${CMAKE_INSTALL_PREFIX})

  message("Finished building object documentation!")