/usr/lib/CGAL/UseESBTL.cmake is in libcgal-dev 4.2-5ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | # This module setups the compiler for using ESBTL library.
# It assumes that find_package(ESBTL) was already called.
include_directories( SYSTEM ${ESBTL_INCLUDE_DIR} )
|