Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6b4c5adf authored by hhakim's avatar hhakim
Browse files

Fix 2 minor warnings in cmake scripts.

parent ef94ad2d
Branches
Tags
No related merge requests found
......@@ -71,7 +71,7 @@ if(UNIX)
if(NOT PYTHONINTERP_FOUND)
message(FATAL_ERROR "python is not installed or at least not present in your PATH ; Please insert in the PATH environment.")
endif()
endif(PYTHONINTERP_FOUND)
endif(NOT PYTHONINTERP_FOUND)
set(PYTHON_EXE ${PYTHON_EXECUTABLE})
endif()
else(UNIX)
......
......@@ -4,7 +4,7 @@
set(FAUST_PYTHON_INCLUDE_DIR"'${EIGEN_INC_DIR}',
set(FAUST_PYTHON_INCLUDE_DIR "'${EIGEN_INC_DIR}',
'${FAUST_SRC_LINEAR_OPERATOR_DIR}',
'${FAUST_PYTHON_SRC_DIR}',
'${FAUST_PYTHON_SRC_SRC_DIR}',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment