cmake_modules/utils.cmake
changeset 9289 6bc1df062f04
parent 9274 9749524d1767
child 9339 14f5f3a1e2f7
--- a/cmake_modules/utils.cmake	Wed Jun 26 21:40:10 2013 -0400
+++ b/cmake_modules/utils.cmake	Thu Jun 27 15:51:20 2013 +0400
@@ -12,7 +12,7 @@
     find_package(${_PKG_NAME})
     string(TOUPPER ${_PKG_NAME} _PKG_NAME_UP)
     if(NOT ${_PKG_NAME_UP}_FOUND)
-        message(SEND_ERROR "Missing ${_PKG_NAME}! Rerun cmake with -D${_VAR_NAME}=1 to build without it.")
+        message(SEND_ERROR "Missing ${_PKG_NAME}! Rerun cmake with -D${_VAR_NAME}=1 to skip this error.")
     endif(NOT ${_PKG_NAME_UP}_FOUND)
 endmacro(find_package_or_disable _PKG_NAME _VAR_NAME)