From e972a77790d7e42bb71822a06836d38ec9b5537f Mon Sep 17 00:00:00 2001 From: Tatsh Date: Sat, 9 Feb 2019 10:56:23 -0500 Subject: [PATCH] Fix line --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2373eb5..737f696 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ find_program( ) if ( HAVE_SYSTEMD ) add_subdirectory( systemd ) -endif( NOT HAVE_SYSTEMD ) +endif( HAVE_SYSTEMD ) add_subdirectory( libgrive ) add_subdirectory( grive )