From 65cd6ff8c8c296c6a0f02203380b3e8c6a28a01a Mon Sep 17 00:00:00 2001 From: EricLiu2000 Date: Mon, 1 Jul 2019 17:34:30 -0400 Subject: [PATCH] Cleaned up some formatting --- CMakeLists.txt | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d7a7af..0636b47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.2) project(libicsneo VERSION 0.1.1) -option(BUILD_TESTS "Build all tests." OFF) # Makes 'BUILD_TEST' variable available +option(BUILD_TESTS "Build all tests." OFF) set(CMAKE_CXX_STANDARD 11) @@ -205,7 +205,7 @@ if(NOT WIN32) target_link_libraries(icsneocpp PUBLIC ${PCAP_LIBRARY}) endif() -# googletest, hopefully cross-platform and won't have to split into 2 places in CMakeLists +# googletest if(BUILD_TESTS) if(WIN32) set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) diff --git a/README.md b/README.md index 50fc107..1fd3b74 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # libicsneo -### The Intrepid Control Systems Open Cross-Platform Device Communication API +### The Intrepid Control Systems Open Source Cross-Platform Device Communication API An open source solution to integrate Intrepid Control Systems vehicle networking hardware with your application. @@ -120,6 +120,7 @@ The dependencies are as follows - CMake 3.2 or above - GCC 4.7 or above, 4.8+ recommended - `libusb-1.0-0-dev` + - `libpcap0.8-dev` - `build-essential` is recommended If you'd like to be able to run programs that use this library without being root, consider using the included udev rules