Enable header only by default (for testing)

This commit is contained in:
Guillaume Damiand 2016-06-05 20:49:48 +02:00
parent d544f4a5f7
commit 6e92eafab7
1 changed files with 1 additions and 1 deletions

View File

@ -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)