changeset 52:e0cac5540668

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Sep 2012 12:53:38 +0200
parents 9beb9b8582f7
children 293038baf8f1
files CMakeLists.txt README
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Sep 05 17:43:31 2012 +0200
+++ b/CMakeLists.txt	Fri Sep 07 12:53:38 2012 +0200
@@ -19,7 +19,7 @@
   CHECK_INCLUDE_FILES(uuid/uuid.h HAVE_UUID_H)
 endif()
 
-if ("${HAVE_UUID_H}" STREQUAL "")
+if (NOT ${HAVE_UUID_H})
   message(FATAL_ERROR "Please install the uuid-dev package")
 endif()
 
--- a/README	Wed Sep 05 17:43:31 2012 +0200
+++ b/README	Fri Sep 07 12:53:38 2012 +0200
@@ -44,8 +44,8 @@
 access the Palanthir REST services and to bundle Palanthir in an
 commercial aggregate. 
 
-We also kindly require scientific works that make use of Palanthir to
-cite Palanthir in their associated publications.
+We also kindly require scientific works and clinical studies that make
+use of Palanthir to cite Palanthir in their associated publications.