From eb8eab39794cc4a7fbb11b66a4f8d2d6f4d868f2 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 19 Jun 2020 17:12:06 +0200 Subject: Drop automake build support. Add basic cmake build instructions. Write basic README file. Some cosmetics. Signed-off-by: gregory guy --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f2e2d2f..a6afb71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ tde_setup_paths( ) ##### optional stuff -option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) +option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} ) -- cgit v1.2.1