From 461b19e2f883574b9d52b3eb94d25847ebfbd85a Mon Sep 17 00:00:00 2001 From: CrayzeeWulf Date: Sun, 2 Dec 2018 21:35:00 -0800 Subject: [PATCH] Update CMakeLists.txt Added comment indicating that the example only works if LibSerial is built using autotools. --- examples/example_project/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/example_project/CMakeLists.txt b/examples/example_project/CMakeLists.txt index 14b436e4..aad15611 100644 --- a/examples/example_project/CMakeLists.txt +++ b/examples/example_project/CMakeLists.txt @@ -1,3 +1,8 @@ +# +# **NOTE** This example currently requires the LibSerial be built using +# autotools as the CMake build of LibSerial does not install a pkg-config +# file yet. Support for pkg-config will be added to CMake build shortly. +# cmake_minimum_required(VERSION 3.8) project(ExampleProject LANGUAGES C CXX VERSION 1.0.0)