STRING -> PATH

This commit is contained in:
Sébastien Loriot 2020-10-20 16:20:39 +02:00
parent 350fb2b6a0
commit 74c52188e5
1 changed files with 1 additions and 1 deletions

View File

@ -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)