blob: 13e65ee53c2decb849841cd5edf8631203c7b80a [file] [log] [blame]
Todd Fiala9bb71b72014-02-26 07:39:20 +00001# build the Python readline suppression module only on Linux
2if (CMAKE_SYSTEM_NAME MATCHES "Linux")
3 add_subdirectory(readline)
4endif()