Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Fix CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Mercier committed Jul 4, 2013
1 parent 8038424 commit 29fb408
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CMakeLists.txt
Expand Up @@ -11,9 +11,11 @@ option( SFCGAL_BUILD_OSG "build SFCGAL with OpenSceneGraph support (outputs in 3
option( SFCGAL_BUILD_UNIT_TESTS "build unit tests" OFF )
option( SFCGAL_BUILD_REGRESS_TESTS "build regress tests" OFF )
option( SFCGAL_BUILD_BENCH "Build benchmarks" OFF )
option( SFCGAL_BUILD_TOOLS "build tools" OFF )
option( SFCGAL_BUILD_VIEWER "build viewer" OFF )

# disabled, nothing to build
#option( SFCGAL_BUILD_TOOLS "build tools" OFF )

#-- include finders and co
set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules;${CMAKE_MODULE_PATH}" )

Expand All @@ -23,8 +25,9 @@ set( SFCGAL_VERSION_PATCH 0 )

set( SFCGAL_VERSION "${SFCGAL_VERSION_MAJOR}.${SFCGAL_VERSION_MINOR}.${SFCGAL_VERSION_PATCH}" )

include( PrecompiledHeader )
option( Use_precompiled_headers "Use precompiled headers" OFF )
# disabled for 1.0
#include( PrecompiledHeader )
#option( Use_precompiled_headers "Use precompiled headers" OFF )

include( Libtoolize )

Expand Down

0 comments on commit 29fb408

Please sign in to comment.