From: Antonio Ospite Date: Mon, 26 Feb 2018 14:01:40 +0000 (+0100) Subject: examples/CMakeLists.txt: use a relative path for the include file X-Git-Tag: v0.1.7~24 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/8e33a2b69844bc4c48e005ad2902ebf0d1be51f7?hp=8e33a2b69844bc4c48e005ad2902ebf0d1be51f7 examples/CMakeLists.txt: use a relative path for the include file This is the correct way to include a file when calling check_symbol_exists(), since the include paths are already set with: set(CMAKE_REQUIRED_INCLUDES ${FFMPEG_LIBAVFORMAT_INCLUDE_DIRS}) ---