]> git.lyx.org Git - features.git/commitdiff
fix Cmake for the .C -> .cpp changes.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 26 Apr 2007 12:06:02 +0000 (12:06 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 26 Apr 2007 12:06:02 +0000 (12:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18034 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index 132391a821c9f519d630e4b9f037cf144c13887c..77cd60b63e8d86478ba14ac7ca2ca4bb98d0082c 100644 (file)
@@ -31,7 +31,7 @@ if(NOT GROUP_CODE)
 endif(NOT GROUP_CODE)
 
 # lyx's source files
-set(LYX_CPP_FILES *.C)
+set(LYX_CPP_FILES *.cpp)
 set(LYX_HPP_FILES *.h)
 
 include(LyXPaths)
@@ -42,7 +42,7 @@ if(merge)
        set(merge 1 CACHE TYPE STRING FORCE)
        set(MERGE_FILES 1 CACHE TYPE STRING FORCE)
        message(STATUS "")
-       message(STATUS "will merge all *.C files of a project into two files, disable with -Dmerge=0")
+       message(STATUS "will merge all *.cpp files of a project into two files, disable with -Dmerge=0")
        message(STATUS "")
        set(disable-pch  1)
 else(merge)