Add CGAL dep to the makefile
This commit is contained in:
parent
adfb4482e2
commit
f3da89af8a
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ find_package(ZLIB REQUIRED)
|
|||
find_package(Threads REQUIRED)
|
||||
find_package(SimGear 2.5.0 REQUIRED)
|
||||
find_package(GPC REQUIRED)
|
||||
find_package(CGAL REQUIRED)
|
||||
find_package(TIFF) # needed for SRTM
|
||||
if (CMAKE_CL_64)
|
||||
find_package(JPEG) # needed for SRTM
|
||||
|
|
Loading…
Add table
Reference in a new issue