Fix syntax in cmake status message
authorM. Eric Irrgang <ericirrgang@gmail.com>
Wed, 14 Dec 2016 00:21:24 +0000 (19:21 -0500)
committerRoland Schulz <roland.schulz@intel.com>
Thu, 15 Dec 2016 21:36:51 +0000 (22:36 +0100)
Change-Id: I9ab793fe7d11e979fbc1cbd5ab3ec8ed6189dbb8

CMakeLists.txt

index 80c5ab8afcb8d856f2bd722764e458f4601b2eb6..3ceb2c86991da22cd2342689a7a15e0833eca79e 100644 (file)
@@ -505,7 +505,7 @@ if (HWLOC_FOUND)
 
     gmx_check_if_changed(HWLOC_FOUND_CHANGED HWLOC_FOUND)
     if (_STATIC_HWLOC AND HWLOC_FOUND_CHANGED)
-        message(STATUS "Static hwloc library found, will not attempt using it as it could lead to link-time errors. To use the detected library, manually set GMX_HWLOC=ON and you will likely have to pass appropriate linker flags too to satisfy the link-time dependencies of your hwloc library. Try "pkg-config --libs --static hwloc" for suggestions on what you will need.")
+        message(STATUS "Static hwloc library found, will not attempt using it as it could lead to link-time errors. To use the detected library, manually set GMX_HWLOC=ON and you will likely have to pass appropriate linker flags too to satisfy the link-time dependencies of your hwloc library. Try \"pkg-config --libs --static hwloc\" for suggestions on what you will need.")
         set(GMX_HWLOC_DEFAULT OFF)
     else()
         set(GMX_HWLOC_DEFAULT ON)