parent
a2533cd75e
commit
6bb6236ebb
|
@ -49,7 +49,7 @@ find_package(Protobuf REQUIRED)
|
|||
# Only build the documentation if we can find Sphinx.
|
||||
find_package(Sphinx)
|
||||
if(SPHINX_FOUND)
|
||||
add_subdirectory("doc")
|
||||
add_subdirectory("docs")
|
||||
endif()
|
||||
|
||||
set(GMOCK_SRC_DIR "/usr/src/gmock" CACHE STRING "Path to google-mock sources.")
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
set(OUTPUT_DIR "${CMAKE_BINARY_DIR}/doc/html")
|
||||
set(OUTPUT_DIR "${CMAKE_BINARY_DIR}/docs/html")
|
||||
|
||||
add_custom_target(build_doc ALL
|
||||
${SPHINX_EXECUTABLE} -b html
|
Loading…
Reference in New Issue