Skip to content

Commit

Permalink
avoid build mangling by adding dependencies for the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Oct 7, 2024
1 parent 9cbc412 commit f0d6745
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ endif()

if(AMR_WIND_ENABLE_DOCUMENTATION)
add_subdirectory(docs)
add_dependencies(buildInfoamrwind_obj docs)
add_dependencies(gtest docs)
add_dependencies(amrex_3d docs)
endif()

Expand Down

0 comments on commit f0d6745

Please sign in to comment.