diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-01 11:01:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-11-01 11:01:18 +0000 |
commit | f4878f2907371ba611193dc75e4fea6c874540d7 (patch) | |
tree | 705fb060566d5cbed7ea8ab8db690daf494a7e7b /CMakeLists.txt | |
parent | c0f383d989821c61872aaa38932fa7719dc97120 (diff) | |
parent | cba0d1993fb16e77b74c9d9ef240f817aa8dc6ba (diff) |
Merge "Move scripts to test directory"
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b2d47b..2d25e73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,7 +79,6 @@ set(SANITIZER_MODE "none" CACHE STRING "Build using a specific sanitizer (e.g. ' set(LINK_LIBCXX OFF CACHE BOOL "Link against LLVMs libc++") -add_subdirectory(scripts) add_subdirectory(src) install( |