diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-09-09 11:20:04 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-09-09 11:20:04 +0400 |
commit | 59a82263d482f74f1405c19fb78f16873f2f8bac (patch) | |
tree | ad8c8707e36e847f5d78590ebc6181e612154ad2 /CMakeLists.txt | |
parent | ddbe631bf8de6aea2615de0784d2a16509718fc8 (diff) | |
download | accel-ppp-59a82263d482f74f1405c19fb78f16873f2f8bac.tar.gz accel-ppp-59a82263d482f74f1405c19fb78f16873f2f8bac.zip |
remove superfluous from CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ff0c557..fcb067fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,5 +43,3 @@ endif (BUILD_IPOE_DRIVER) if (BUILD_OPENVPN_DRIVER) add_subdirectory(drivers/openvpn) endif (BUILD_OPENVPN_DRIVER) - -add_subdirectory(drivers/astrill) |