mirror of https://github.com/CGAL/cgal
Fix a typo
This commit is contained in:
parent
9c350f2c47
commit
fe139a8a7a
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue