Skip to content

Commit

Permalink
Add search path for CMake to find Sphinx on Windows.
Browse files Browse the repository at this point in the history
Refs #9559
  • Loading branch information
martyngigg committed Jun 2, 2014
1 parent 65343c8 commit 893e11b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Build/CMake/FindSphinx.cmake
Expand Up @@ -8,6 +8,7 @@
# SPHINX_EXECUTABLE

find_program( SPHINX_EXECUTABLE NAME sphinx-build
PATHS ${CMAKE_LIBRARY_PATH}/Python27/Scripts
PATH_SUFFIXES bin
DOC "Sphinx documentation generator"
)
Expand Down

0 comments on commit 893e11b

Please sign in to comment.