mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 01:55:56 +01:00
Do not build documentation for subprojects
This commit is contained in:
parent
f23ebdf228
commit
fdfe1277cc
@ -145,7 +145,7 @@ if(PythonSupport)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Docs
|
# Docs
|
||||||
if(Build_Documentation)
|
if(NOT IS_SUBPROJECT AND Build_Documentation)
|
||||||
add_subdirectory(doc)
|
add_subdirectory(doc)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user