Am Dienstag, 14. Juni 2016 um 02:24:02, schrieb LyX Ticket Tracker <[email protected]> > #10214: Fail to Compile LyX with Visual C++ 2015 > ---------------------+-------------------------- > Reporter: zxvc | Owner: lasgouttes > Type: defect | Status: closed > Priority: normal | Milestone: > Component: general | Version: unspecified > Severity: normal | Resolution: fixed > Keywords: | > ---------------------+-------------------------- > Changes (by zxvc): > > * status: reopened => closed > * resolution: => fixed >
I'd like to remove the file development/cmake/configCompiler.h.msvc. It was
meant as
a cache-like set for compiler settings for msvc.
But it also bypasses new tests, so that it has to be maintained separately.
As a first step I want to disable the possibility to select this bypass (see
attached)
I expect this works for windows, but will wait for confirmation.
Kornel
signature.asc
Description: This is a digitally signed message part.
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a52acc..9564bce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,7 +156,7 @@ LYX_OPTION(PROFILE "Build with options for gprof" OFF GCC) LYX_OPTION(CONSOLE "Show console on Windows, enforce with =FORCE" ON MSVC) 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(CONFIGURE_CHECKS "Also run configure checks for MSVC" OFF MSVC) LYX_OPTION(DEPENDENCIES_DOWNLOAD "Download dependencies for MSVC 10" OFF MSVC) # APPLE specific
