Fix a typo

This commit is contained in:
Laurent Rineau 2017-11-21 09:51:55 +01:00
parent 9c350f2c47
commit fe139a8a7a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function(use_CGAL_LEDA_support target)
message(FATAL_ERROR "use_CGAL_LEDA_support is use whereas LEDA_FOUND is false.")
return()
endif()
target_compiles_options(${target} ${keyword} ${LEDA_CXX_FLAGS} ${LEDA_DEFINITIONS})
target_compile_options(${target} ${keyword} ${LEDA_CXX_FLAGS} ${LEDA_DEFINITIONS})
target_include_directories(${target} SYSTEM ${keyword} ${LEDA_INCLUDE_DIR})
target_link_libraries(${target} ${keyword} ${LEDA_LIBRARIES} ${LEDA_LINKER_FLAGS})
endfunction()