Fix the indentation

This commit is contained in:
Laurent Rineau 2017-06-15 17:38:34 +02:00 committed by GitHub
parent 0d13f433f7
commit c25e4997ef
1 changed files with 3 additions and 3 deletions

View File

@ -60,15 +60,15 @@ if(NOT USE_CGAL_FILE_INCLUDED)
if (CGAL_HEADER_ONLY)
add_definitions(-DCGAL_HEADER_ONLY)
if(NOT CGAL_NO_BLANKET_LINKING)
if(NOT CGAL_NO_BLANKET_LINKING)
link_directories ( ${CGAL_3RD_PARTY_LIBRARIES_DIRS} )
link_libraries ( ${CGAL_3RD_PARTY_LIBRARIES} )
endif()
endif()
else()
if(NOT CGAL_NO_BLANKET_LINKING)
link_directories ( ${CGAL_LIBRARIES_DIR} ${CGAL_3RD_PARTY_LIBRARIES_DIRS} )
link_libraries ( ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} )
endif()
endif()
endif()
endif()