From bc3973450bfb3c4d4d47e4fe340fa864cb1cf7df Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Fri, 18 Nov 2016 18:26:49 +0000 Subject: [CMake] Remove use of tabs in `CMakeLists.txt` files. --- tools/gen-random-bout/CMakeLists.txt | 2 +- tools/kleaver/CMakeLists.txt | 2 +- tools/klee/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/gen-random-bout/CMakeLists.txt b/tools/gen-random-bout/CMakeLists.txt index d1fa6b09..c4596bc9 100644 --- a/tools/gen-random-bout/CMakeLists.txt +++ b/tools/gen-random-bout/CMakeLists.txt @@ -7,7 +7,7 @@ # #===------------------------------------------------------------------------===# add_executable(gen-random-bout - gen-random-bout.cpp + gen-random-bout.cpp ) set(KLEE_LIBS kleeBasic) diff --git a/tools/kleaver/CMakeLists.txt b/tools/kleaver/CMakeLists.txt index 54452fff..c079c2a4 100644 --- a/tools/kleaver/CMakeLists.txt +++ b/tools/kleaver/CMakeLists.txt @@ -7,7 +7,7 @@ # #===------------------------------------------------------------------------===# add_executable(kleaver - main.cpp + main.cpp ) set(KLEE_LIBS diff --git a/tools/klee/CMakeLists.txt b/tools/klee/CMakeLists.txt index 9c8c2192..8b05c357 100644 --- a/tools/klee/CMakeLists.txt +++ b/tools/klee/CMakeLists.txt @@ -7,7 +7,7 @@ # #===------------------------------------------------------------------------===# add_executable(klee - main.cpp + main.cpp ) set(KLEE_LIBS -- cgit 1.4.1