From c5f08ca3b6183d9e892eb7bba0c8a57601e08a7d Mon Sep 17 00:00:00 2001 From: Francois Bleibel <fbleibel@gmail.com> Date: Tue, 22 Jun 2010 14:40:12 +0900 Subject: [PATCH] Cosmetic change in CMakeLists.txt --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df0b186..91bb6f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,6 @@ ENDIF (\"${CMAKE_BUILD_TYPE}\" STREQUAL \"\") # --- Default options ------------------------------------------------- OPTION(BUILD_SHARED_LIBS "Build ${PROJECT_NAME} with shared libraries." ON) OPTION(GENERATE_DOC "Generate html documentation" OFF) - OPTION(USE_BOOST "Compile with boost." ON) # -- GitLab