mirror of https://github.com/CGAL/cgal
STRING -> PATH
This commit is contained in:
parent
350fb2b6a0
commit
74c52188e5
|
|
@ -1,7 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.1...3.15)
|
||||
project( FastEnvelope_Examples )
|
||||
|
||||
set(FAST_ENVELOPE_BUILD_DIR "" CACHE STRING "Path to fast-evelope build directory")
|
||||
set(FAST_ENVELOPE_BUILD_DIR "" CACHE PATH "Path to fast-evelope build directory")
|
||||
|
||||
find_package(CGAL REQUIRED)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue