You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
637 B
14 lines
637 B
diff -u -r kdesdk/kbabel/common/libgettext/CMakeLists.txt src/kdesdk/kbabel/common/libgettext/CMakeLists.txt
|
|
--- kdesdk/kbabel/common/libgettext/CMakeLists.txt 2011-06-12 06:48:47.000000000 +0200
|
|
+++ src/kdesdk/kbabel/common/libgettext/CMakeLists.txt 2011-12-16 13:36:08.000000000 +0100
|
|
@@ -20,7 +20,7 @@
|
|
##### pofiles.cc (source) #######################
|
|
|
|
add_custom_command( OUTPUT pofiles.cpp
|
|
- COMMAND ${LEX_EXECUTABLE} -+ -opofiles.cpp ${CMAKE_CURRENT_SOURCE_DIR}/pofiles.ll
|
|
+ COMMAND /usr/bin/flex -+ -opofiles.cpp ${CMAKE_CURRENT_SOURCE_DIR}/pofiles.ll
|
|
)
|
|
|
|
|
|
Only in src/kdesdk/kbabel/common/libgettext: .CMakeLists.txt.swp
|