Unverified Commit ba9c3a7c authored by Alessandro Bacchini's avatar Alessandro Bacchini Committed by GitHub

Add missing include in CMakeLists

Add the `include(CheckSymbolExists)` to allow the usage of the `check_symbol_exists()` macro and fix #136
parent 68689396
......@@ -23,6 +23,7 @@ else()
endif()
include(GNUInstallDirs)
include(CheckSymbolExists)
add_subdirectory(lib)
if(BUILD_EXAMPLES)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment