X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=CMakeLists.txt;h=c5ae9cd5937621ce2a397a7f04163d698e5c8ffa;hb=f5b59bd625da7d0ef9c8c9237fda1a996c8786ac;hp=8a871785dbd850b27dc1fc9d54f5754465de2905;hpb=998266bf16a3f88480382070b4af670d5998a1c5;p=libftdi diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a87178..c5ae9cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,11 +5,6 @@ set(MINOR_VERSION 17) set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}") -option(ASYNC-MODE "enable experimental async mode. Linux only") -if(ASYNC-MODE) - add_definitions(-DLIBFTDI_LINUX_ASYNC_MODE) -endif(ASYNC-MODE) - # CMake if("${CMAKE_BUILD_TYPE}" STREQUAL "") set(CMAKE_BUILD_TYPE Debug)