From 69d6de9917cea4e18dbdcf536e1b7498b14e9882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Tue, 1 Jun 2010 12:52:47 +0000 Subject: [PATCH] cmake: sync with trunk, should be uncritical git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34575 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/src/frontends/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/development/cmake/src/frontends/CMakeLists.txt b/development/cmake/src/frontends/CMakeLists.txt index d4e7a65f12..9b35780e83 100644 --- a/development/cmake/src/frontends/CMakeLists.txt +++ b/development/cmake/src/frontends/CMakeLists.txt @@ -13,7 +13,6 @@ add_subdirectory(qt4) file(GLOB frontends_sources ${TOP_SRC_DIR}/src/frontends/${LYX_CPP_FILES}) file(GLOB frontends_headers ${TOP_SRC_DIR}/src/frontends/${LYX_HPP_FILES}) -lyx_add_msvc_pch(frontends) if(NOT MERGE_FILES) add_library(frontends ${library_type} ${frontends_sources} ${frontends_headers})