From 38f9e35ab1f4e6e14486fbd223160b8e0fd5993d Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 26 Apr 2007 12:06:02 +0000 Subject: [PATCH] fix Cmake for the .C -> .cpp changes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18034 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/cmake/CMakeLists.txt b/development/cmake/CMakeLists.txt index 132391a821..77cd60b63e 100644 --- a/development/cmake/CMakeLists.txt +++ b/development/cmake/CMakeLists.txt @@ -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) -- 2.39.5