Mercurial > hg > orthanc
diff CMakeLists.txt @ 52:e0cac5540668
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 07 Sep 2012 12:53:38 +0200 |
parents | 0a04c70747d9 |
children | 4bc019d2f969 |
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()