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

Commit

Permalink
Remove useless PrecompiledHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti authored and Hugo Mercier committed Apr 24, 2020
1 parent 02b9e0a commit aa3553e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 137 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ set( SFCGAL_VERSION_PATCH 7 )

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

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

if (CMAKE_CXX_COMPILER MATCHES ".*clang")
set(CMAKE_COMPILER_IS_CLANGXX 1)
endif ()
Expand Down
125 changes: 0 additions & 125 deletions cmake/Modules/PrecompiledHeader.cmake

This file was deleted.

8 changes: 0 additions & 8 deletions test/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ add_executable( unit-test-SFCGAL ${SFCGAL_UNIT_TEST_SOURCES} )
target_link_libraries( unit-test-SFCGAL SFCGAL)
target_link_libraries(unit-test-SFCGAL ${CGAL_3RD_PARTY_LIBRARIES} ${Boost_LIBRARIES})

#include( PrecompiledHeader )
#if(PCHSupport_FOUND)
# add_precompiled_header(unit-test-SFCGAL
# ${CMAKE_CURRENT_SOURCE_DIR}/../../include/all.h
## "-fPIC"
# )
#endif()

set_target_properties( unit-test-SFCGAL PROPERTIES DEBUG_POSTFIX "d" )
install( TARGETS unit-test-SFCGAL DESTINATION bin )

Expand Down

0 comments on commit aa3553e

Please # to comment.