mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
msvc: always build 3rdparty libs
This commit is contained in:
parent
76eebf5707
commit
6dcecd9199
@ -157,6 +157,7 @@ LYX_OPTION(VLD "Use VLD with MSVC" OFF MSVC)
|
||||
LYX_OPTION(WALL "Enable all warnings" OFF MSVC)
|
||||
LYX_OPTION(CONFIGURE_CHECKS "Also run configure checks for MSVC" OFF MSVC)
|
||||
LYX_OPTION(DEPENDENCIES_DOWNLOAD "Download dependencies for MSVC 10" OFF MSVC)
|
||||
LYX_OPTION(3RDPARTY_BUILD "Build 3rdparty libraries " OFF MSVC)
|
||||
|
||||
# APPLE specific
|
||||
LYX_OPTION(DMG "Build as Mac bundle, needed for .dmg (experimental) " OFF MAC)
|
||||
@ -288,6 +289,9 @@ include(LyXPaths)
|
||||
file(STRINGS "${TOP_SRC_DIR}/configure.ac" _config_lines)
|
||||
|
||||
if(WIN32)
|
||||
if(MSVC)
|
||||
set(LYX_3RDPARTY_BUILD ON)
|
||||
endif()
|
||||
set(USE_WINDOWS_PACKAGING ON)
|
||||
elseif(APPLE)
|
||||
set(USE_MACOSX_PACKAGING ON)
|
||||
|
Loading…
Reference in New Issue
Block a user