mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-31 11:19:18 +00:00
Fix pointer to HTML documentation
This commit is contained in:
parent
185a267f9b
commit
682e71c5a5
@ -2586,7 +2586,7 @@ set_package_properties(MATHJAX2 PROPERTIES
|
||||
if(DOXYGEN_FOUND)
|
||||
message(STATUS "Doxygen found.")
|
||||
message(STATUS " You can build the documentation with '${CMAKE_MAKE_PROGRAM_PRETTY_NAME} doc'.")
|
||||
message(STATUS " When done, point your browser to ${CMAKE_BINARY_DIR}/html/index.html")
|
||||
message(STATUS " When done, point your browser to ${CMAKE_BINARY_DIR}/docs/html/index.html")
|
||||
if(CMAKE_VERSION VERSION_LESS 3.9.6)
|
||||
if(DOXYGEN_DOT_FOUND)
|
||||
set(HAVE_DOT "YES")
|
||||
|
Loading…
Reference in New Issue
Block a user