Changeset: abc6e2a7f014 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=abc6e2a7f014
Modified Files:
CMakeLists.txt
Branch: cmake-fun
Log Message:
Misspelled word.
diffs (12 lines):
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1025,7 +1025,7 @@ if(NOT ${ENABLE_LIDAR} STREQUAL "NO")
else()
set(HAVE_LIDAR ON)
endif()
- elseif(${ENABLE_LIBLAS} STREQUAL "YES")
+ elseif(${ENABLE_LIDAR} STREQUAL "YES")
message(FATAL_ERROR "liblas library required for lidar module")
endif()
endif()
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list