diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index 79638720430..6b1a948102e 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -35,7 +35,7 @@ include(GNUInstallDirs) # -= HEADER ONLY =- # #-------------------------------------------------------------------------------------------------- -option(CGAL_HEADER_ONLY "Enable the header only version of CGAL" OFF ) +option(CGAL_HEADER_ONLY "Enable the header only version of CGAL" ON ) if (CGAL_HEADER_ONLY) set(CGAL_HEADER_ONLY TRUE CACHE BOOL "Enable cgal header only" FORCE)