ENH: Simplify code by removing unnecessary LINK_DIRECTORIES call.
This commit is contained in:
parent
4d4c0c8466
commit
f5a5b1ffd6
|
@ -16,7 +16,6 @@ SET( CURSES_SRCS
|
|||
|
||||
INCLUDE_DIRECTORIES(${CMake_SOURCE_DIR}/Source/CursesDialog/form
|
||||
${CMake_BINARY_DIR}/Source/CursesDialog/form)
|
||||
LINK_DIRECTORIES(${CMake_BINARY_DIR}/Source/CursesDialog/form)
|
||||
INCLUDE_DIRECTORIES(${CURSES_INCLUDE_PATH})
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue