Skip to content
Snippets Groups Projects
Commit c5f08ca3 authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Cosmetic change in CMakeLists.txt

parent 3265f81d
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,6 @@ ENDIF (\"${CMAKE_BUILD_TYPE}\" STREQUAL \"\") ...@@ -60,7 +60,6 @@ ENDIF (\"${CMAKE_BUILD_TYPE}\" STREQUAL \"\")
# --- Default options ------------------------------------------------- # --- Default options -------------------------------------------------
OPTION(BUILD_SHARED_LIBS "Build ${PROJECT_NAME} with shared libraries." ON) OPTION(BUILD_SHARED_LIBS "Build ${PROJECT_NAME} with shared libraries." ON)
OPTION(GENERATE_DOC "Generate html documentation" OFF) OPTION(GENERATE_DOC "Generate html documentation" OFF)
OPTION(USE_BOOST "Compile with boost." ON) OPTION(USE_BOOST "Compile with boost." ON)
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment