preface options in libftdi with LIBFTDI_

This commit is contained in:
Jeffrey Quesnelle
2019-02-22 10:38:01 -05:00
parent d042086c90
commit d680f5dfc6
3 changed files with 16 additions and 10 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
# Optional unit test
if(BUILD_TESTS)
if(LIBFTDI_BUILD_TESTS)
find_package(Boost COMPONENTS unit_test_framework)
@@ -31,8 +31,8 @@ if(BUILD_TESTS)
endif(Boost_UNIT_TEST_FRAMEWORK_FOUND)
else(BUILD_TESTS)
else(LIBFTDI_BUILD_TESTS)
message(STATUS "NOT building unit test")
endif(BUILD_TESTS)
endif(LIBFTDI_BUILD_TESTS)