Skip to content

Commit 461b19e

Browse files
authored
Update CMakeLists.txt
Added comment indicating that the example only works if LibSerial is built using autotools.
1 parent a3e8fb0 commit 461b19e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/example_project/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# **NOTE** This example currently requires the LibSerial be built using
3+
# autotools as the CMake build of LibSerial does not install a pkg-config
4+
# file yet. Support for pkg-config will be added to CMake build shortly.
5+
#
16
cmake_minimum_required(VERSION 3.8)
27

38
project(ExampleProject LANGUAGES C CXX VERSION 1.0.0)

0 commit comments

Comments
 (0)