From fcce85f605d421bed95730252283a9a86f2973a7 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Fri, 10 May 2013 10:28:04 -0700 Subject: [PATCH] rename obd2 plugin option in cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8832a63..68d19e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ set (DOC_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/doc/${PROJECT_NAME}" CACHE P option(use_qtcore "Use QCoreApplication mainloop " OFF) option(websocket_plugin "websocket source and sink plugins" OFF) option(tpms_plugin "TPMS plugin " OFF) -option(obd2_plugin "OBD-II plugin" OFF) +option(obd_plugin "OBD-II plugin" OFF) option(database_plugin "Database plugins" OFF) option(qt_bindings "AMB Qt DBus bindings" OFF) option(opencvlux_plugin "OpenCV Lux plugin" OFF) -- 2.7.4