Skip to content
Snippets Groups Projects
Commit b6d49a3f authored by Johannes Heinecke's avatar Johannes Heinecke
Browse files

message more precise in cmake configuration

parent ec9343df
Branches
No related tags found
1 merge request!9Johannes
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
...@@ -3,9 +3,9 @@ if(MACA_EXPORT) ...@@ -3,9 +3,9 @@ if(MACA_EXPORT)
FIND_PACKAGE(SWIG) FIND_PACKAGE(SWIG)
if (SWIG_FOUND) if (SWIG_FOUND)
FIND_PACKAGE(PythonLibs) FIND_PACKAGE(PythonLibs)
# if(PYTHONLIBS_FOUND) if(PYTHONLIBS_FOUND)
# message(STATUS "OK: PythonLibs ${PYTHONLIBS_VERSION_STRING} found") message(STATUS "OK: PythonLibs ${PYTHONLIBS_VERSION_STRING} found. Run your python scripts with python ${PYTHONLIBS_VERSION_STRING}!")
# endif() endif()
FIND_PACKAGE(Java 1.7) FIND_PACKAGE(Java 1.7)
# if (Java_FOUND OR JAVA_FOUND) # if (Java_FOUND OR JAVA_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment