[opengtl-commits] [352] fix openraw cmake module |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 352
Author: cyrille
Date: 2008-09-02 10:04:53 +0200 (Tue, 02 Sep 2008)
Log Message:
-----------
fix openraw cmake module
Modified Paths:
--------------
trunk/OpenGTL/cmake/modules/FindOpenRaw.cmake
Modified: trunk/OpenGTL/cmake/modules/FindOpenRaw.cmake
===================================================================
--- trunk/OpenGTL/cmake/modules/FindOpenRaw.cmake 2008-09-02 06:51:00 UTC (rev 351)
+++ trunk/OpenGTL/cmake/modules/FindOpenRaw.cmake 2008-09-02 08:04:53 UTC (rev 352)
@@ -29,7 +29,7 @@
else (openraw_FOUND)
if (NOT OPENRAW_FIND_QUIETLY)
message(STATUS "openraw was NOT found.")
- endif (NOT openraw_FIND_QUIETLY)
+ endif (NOT OPENRAW_FIND_QUIETLY)
if (OPENRAW_FIND_REQUIRED)
message(FATAL_ERROR "Could NOT find openraw")
endif (OPENRAW_FIND_REQUIRED)