Sphinx build fix (#229)

This was missed in #203, where uses of absolute CMAKE_BINARY_DIR were
changed to PROJECT_BINARY_DIR.
master
Juraj Oršulić 2017-03-30 16:23:19 +02:00 committed by Wolfgang Hess
parent bda68c33d9
commit 28da207c4d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set(OUTPUT_DIR "${CMAKE_BINARY_DIR}/docs/html")
set(OUTPUT_DIR "${PROJECT_BINARY_DIR}/docs/html")
add_custom_target(build_doc ALL
${SPHINX_EXECUTABLE} -b html