Removed unnecessary include directories

This commit is contained in:
Jan Möbius
2022-02-23 10:10:19 +01:00
parent 7ccfc169a0
commit 4a9fb88bfd

View File

@@ -1,10 +1,5 @@
include (VCICommon)
include_directories (
..
${CMAKE_CURRENT_SOURCE_DIR}
)
if ( NOT DEFINED OPENMESH_BUILD_UNIT_TESTS)
set( OPENMESH_BUILD_UNIT_TESTS false CACHE BOOL "Enable or disable unit test builds in OpenMesh." )
endif()