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
authorsheepluva
Sat, 18 Jan 2014 18:20:43 +0100
changeset 10013 4d7302e9b617
parent 10012 82dd9f0c88f7
child 10014 56d2f2d5aad8
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
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()