]> git.pld-linux.org Git - packages/cmake.git/blob - cmake-tinfo.patch
- cmake/Modules top dirs moved to filesystem (>= 3.0-46), so that packages like libmo...
[packages/cmake.git] / cmake-tinfo.patch
1 --- ./Source/CursesDialog/CMakeLists.txt~       2010-06-28 16:16:00.000000000 +0100
2 +++ ./Source/CursesDialog/CMakeLists.txt        2010-06-29 21:49:26.854291404 +0100
3 @@ -32,6 +32,6 @@
4  
5  ADD_EXECUTABLE(ccmake ${CURSES_SRCS} )
6  TARGET_LINK_LIBRARIES(ccmake CMakeLib)
7 -TARGET_LINK_LIBRARIES(ccmake cmForm)
8 +TARGET_LINK_LIBRARIES(ccmake cmForm tinfo)
9  
10  INSTALL_TARGETS(/bin ccmake)
This page took 0.019695 seconds and 3 git commands to generate.