Skip to content

Commit

Permalink
Show CMake version.
Browse files Browse the repository at this point in the history
  • Loading branch information
niw committed Apr 17, 2011
1 parent 3e29086 commit b33ca7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opencv_cmake.sh
Expand Up @@ -16,7 +16,7 @@ if [ "$1" = "-h" -o "$1" = "--help" -o -z "$1" ]; then
fi

if ! type 'cmake' > /dev/null 2>&1; then
echo "cmake is not found, please install cmake command which is required to build OpenCV 2.1."
echo "cmake is not found, please install cmake command which is required to build OpenCV."
exit 1;
fi

Expand Down Expand Up @@ -72,6 +72,7 @@ fi
#cd "${BUILD_PATH}"

echo "Starting cmake..."
echo "CMake version = `cmake --version`"
echo "Target SDK = $TARGET_SDK_NAME"
echo "iOS SDK Version = $SDK_VERSION"
echo "iOS Deployment Target = $IPHONEOS_VERSION_MIN"
Expand Down

0 comments on commit b33ca7e

Please sign in to comment.