cmake: fixed indentation and V8 version string

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2015-06-02 11:55:49 -07:00
parent d6ce082274
commit 9fb0ca3466
3 changed files with 5 additions and 4 deletions

View File

@ -66,7 +66,7 @@ macro(upm_doxygen)
add_dependencies (${libname}doc_i doc)
if (BUILDSWIG)
add_dependencies (_pyupm_${libname} ${libname}doc_i)
add_dependencies (pydoc _pyupm_${libname})
add_dependencies (pydoc _pyupm_${libname})
else ()
add_dependencies (${libname} doc)
endif ()