Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4,159
    • Issues 4,159
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Gitlab will be updated March 24th, between 8AM and 9AM EST (UTC-5). Gitlab may have intermittent delays during that time.

  • CMakeCMake
  • CMakeCMake
  • Issues
  • #16735
Closed
Open
Issue created Mar 22, 2017 by Mikhail Pilin@ww898

No Visual Studio 2017 support in Windows-MSVC.cmake, FindwxWidgets.cmake and InstallRequiredSystemLibraries.cmake

Following issues were found:

  • MSVC15 was not defined in Windows-MSVC.cmake. MS C++ compiler versions:
  • VS2017 - 19.10
  • VS2015 - 19.00
  • Add MSVC15 conditions in FindwxWidgets.cmake:
...
if(MSVC15)
  set(_WX_TOOLVER 141)
elseif(MSVC14)
...
  • Add MSVC15 conditions in InstallRequiredSystemLibraries.cmake:
if(MSVC15)
  MSVCRT_FILES_FOR_VERSION(15)
endif()
...
if(MSVC15)
  MFC_FILES_FOR_VERSION(15)
endif()
...
if(MSVC15)
  OPENMP_FILES_FOR_VERSION(15 141)
endif()
...
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking