diff -r ac427c840372 -r 0f28565508ca src/CMakeLists.txt --- a/src/CMakeLists.txt Fri Dec 07 12:53:44 2018 +0100 +++ b/src/CMakeLists.txt Mon Dec 10 00:06:54 2018 +0100 @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -set(EXECUTABLE_FILE "relpipe-tr-validator") +set(EXECUTABLE_FILE "relpipe-tr-grep") # Relpipe libraries: INCLUDE(FindPkgConfig) @@ -31,7 +31,7 @@ add_executable( ${EXECUTABLE_FILE} PassthroughHandler.h - relpipe-tr-validator.cpp + relpipe-tr-grep.cpp ) # Link libraries: