Fixed compiler flags caching in toolchain; fixed zlib search.

This commit is contained in:
Andrey Kamaev
2012-04-16 07:24:15 +00:00
parent 2f88062de7
commit 00de4b9314
5 changed files with 57 additions and 45 deletions

View File

@@ -92,7 +92,7 @@ if(PYTHON_EXECUTABLE)
find_host_program(SPHINX_BUILD sphinx-build)
if(SPHINX_BUILD)
set(HAVE_SPHINX 1)
message(STATUS " Found Sphinx ${SPHINX_VERSION}: ${SPHINX_BUILD}")
message(STATUS "Found Sphinx ${SPHINX_VERSION}: ${SPHINX_BUILD}")
endif()
endif()
endif(BUILD_DOCS)