mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
modified vcg directory in external_common.cmake
This commit is contained in:
parent
9684bdb895
commit
0bc6986bd8
@ -5,7 +5,7 @@ add_subdirectory(${GLEW_DIR})
|
||||
|
||||
# VCGLIb -- required
|
||||
if(NOT VCGDIR)
|
||||
get_filename_component(VCGDIR "${CMAKE_CURRENT_SOURCE_DIR}/vcglib" ABSOLUTE)
|
||||
get_filename_component(VCGDIR "${CMAKE_CURRENT_LIST_DIR}/vcglib" ABSOLUTE)
|
||||
if(NOT EXISTS ${VCGDIR})
|
||||
set(VCGDIR NOTFOUND)
|
||||
endif()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user