ENH: Simplify code by removing unnecessary LINK_DIRECTORIES call.

This commit is contained in:
Brad King 2008-01-23 16:53:33 -05:00
parent 4d4c0c8466
commit f5a5b1ffd6
1 changed files with 0 additions and 1 deletions

View File

@ -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})