# HG changeset patch # User Sebastien Jodogne # Date 1347015218 -7200 # Node ID e0cac5540668810a991453bebb60af31aaf6f2d7 # Parent 9beb9b8582f767e8ad7001255ba50ecfda0e34f3 fix diff -r 9beb9b8582f7 -r e0cac5540668 CMakeLists.txt --- 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() diff -r 9beb9b8582f7 -r e0cac5540668 README --- 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.