added missing INCLUD_DIR variable that is set by finder but not in the simulation

This commit is contained in:
David Bommes
2017-03-15 15:38:50 +01:00
parent 0411c56525
commit cc82fb7dd5

View File

@@ -115,6 +115,7 @@ else()
# successful finder run: # successful finder run:
set (OPENMESH_FOUND true PARENT_SCOPE) set (OPENMESH_FOUND true PARENT_SCOPE)
set (OPENMESH_LIBRARIES OpenMeshCore OpenMeshTools PARENT_SCOPE) set (OPENMESH_LIBRARIES OpenMeshCore OpenMeshTools PARENT_SCOPE)
set (OPENMESH_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/src" PARENT_SCOPE)
set (OPENMESH_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/src" PARENT_SCOPE) set (OPENMESH_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/src" PARENT_SCOPE)
# Also define variables provided by the old legacy finder. # Also define variables provided by the old legacy finder.