cmake: don't forget command line options

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15403 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2006-10-20 12:46:30 +00:00
parent 88dac3a062
commit 4cc5d0825d
2 changed files with 4 additions and 1 deletions

View File

@ -57,7 +57,6 @@ else(qt3)
set(qt_postfix qt4)
project(lyx-${qt_postfix})
find_package(Qt4 REQUIRED)
endif(qt3)
find_package(ZLIB REQUIRED)
@ -65,6 +64,7 @@ find_package(ICONV REQUIRED)
add_definitions(-DHAVE_ICONV=1)
if(all OR aspell)
set(aspell TRUE CACHE TYPE STRING)
find_package(ASPELL REQUIRED)
else(all OR aspell)
find_package(ASPELL)
@ -73,6 +73,7 @@ set(aspell)
message("")
if(nls OR all)
set(nls TRUE CACHE TYPE STRING)
add_definitions(-DENABLE_NLS=1)
message("----- Building with ENABLE_NLS")
else(nls OR all)

View File

@ -19,6 +19,8 @@ if(NOT GNUWIN32_DIR)
)
set(GNUWIN32_DIR ${GNUWIN32_DIR_tmp})
endif(NOT GNUWIN32_DIR)
else(NOT GNUWIN32_DIR)
SET(GNUWIN32_DIR ${GNUWIN32_DIR} CACHE TYPE STRING)
endif(NOT GNUWIN32_DIR)
if (GNUWIN32_DIR)