CMake: move options to a dedicated file
authorYegor Yefremov <yegorslists@googlemail.com>
Wed, 3 Jan 2018 12:46:23 +0000 (13:46 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 28 Feb 2018 20:14:15 +0000 (21:14 +0100)
commit68d2167bc5ed5b87c4e41896647b7a25ca7c4062
tree65b592eef7ee33ffcfe44b3f9b89f1ee2e50df70
parentadc1b7fbb1aa2afce9e14a32b8421f06d4653003
CMake: move options to a dedicated file

Also disable all options having extra dependencies.

If an option is selected makes its dependencies as REQUIRED.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
CMakeLists.txt
CMakeOptions.txt [new file with mode: 0644]
examples/CMakeLists.txt
ftdi_eeprom/CMakeLists.txt
ftdipp/CMakeLists.txt
python/CMakeLists.txt
test/CMakeLists.txt