CMake: move options to a dedicated file cmake-refactoring
authorYegor Yefremov <yegorslists@googlemail.com>
Wed, 3 Jan 2018 12:46:23 +0000 (13:46 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 5 Feb 2018 22:15:16 +0000 (23:15 +0100)
commitef782cc14fee75eb0937d7bf7a692787fff3d74d
tree918006c2ab515b6bf751ba27bac4a9c9bef8a926
parent5193cc2344f13828c0f280135718eb741ec85237
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