# HG changeset patch # User sheepluva # Date 1390065643 -3600 # Node ID 4d7302e9b6174d78750f97a417489937a2af4985 # Parent 82dd9f0c88f744252ec86f4c3f18759ee84c43c0 changing build files without testing the change is fun, isn't it? especially for trivial things that would take less than 10 seconds to test :p diff -r 82dd9f0c88f7 -r 4d7302e9b617 CMakeLists.txt --- a/CMakeLists.txt Sat Jan 18 08:09:55 2014 -0500 +++ b/CMakeLists.txt Sat Jan 18 18:20:43 2014 +0100 @@ -157,7 +157,7 @@ set(physfs_detected_ver "${physfs_majorversion}.${physfs_minorversion}.${physfs_patchversion}") if(${physfs_detected_ver} VERSION_LESS 2.0.0) - message(FATAL_ERROR "PhysFS version is too old (detected ${physfs_detected_ver}, required 2.0.0)" + message(FATAL_ERROR "PhysFS version is too old (detected ${physfs_detected_ver}, required 2.0.0)\n" "Perform an update or rerun cmake with -DPHYSFS_SYSTEM=off to build the internal version") endif() endif()