1
0
Fork 0

Try to fix build with CGAL under MSVC

This commit is contained in:
Christian Schmitt 2012-11-11 19:07:15 +01:00
parent 858191ead9
commit 820c9a6b5d
2 changed files with 5 additions and 5 deletions

View file

@ -83,6 +83,8 @@ if (CGAL_FOUND)
endif(${CGAL_MAJOR_VERSION}.${CGAL_MINOR_VERSION} VERSION_LESS 4.0)
endif (CGAL_FOUND)
include ( ${CGAL_USE_FILE} )
if (CMAKE_CL_64)
find_package(JPEG) # needed for SRTM
endif (CMAKE_CL_64)

View file

@ -1,7 +1,5 @@
include_directories(${GDAL_INCLUDE_DIR})
include( ${CGAL_USE_FILE} )
add_library(Geometry STATIC
contour_tree.cxx
line.cxx