From 70819c014d2750fba4dd4e7788750b130bfea526 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Fri, 24 Jan 2014 14:23:01 -0800 Subject: [PATCH] option to compile old websocketsource separately Change-Id: Id65389359f548ac84ac350b22412562f84673ff0 --- plugins/websocketsourceplugin/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/websocketsourceplugin/CMakeLists.txt b/plugins/websocketsourceplugin/CMakeLists.txt index 5927597..a990fe5 100644 --- a/plugins/websocketsourceplugin/CMakeLists.txt +++ b/plugins/websocketsourceplugin/CMakeLists.txt @@ -1,4 +1,4 @@ -if(websocket_plugin) +if(websocketsource_plugin) include(CheckIncludeFiles) include_directories(${CMAKE_SOURCE_DIR}/lib ${include_dirs}) @@ -13,4 +13,4 @@ target_link_libraries(websocketsourceplugin amb ${websockets_LIBRARIES} -L${CMAK install(TARGETS websocketsourceplugin LIBRARY DESTINATION lib${LIB_SUFFIX}/automotive-message-broker) -endif(websocket_plugin) +endif(websocketsource_plugin) -- 2.7.4