Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-17656

[MsBuild] Fix CMAKE_BUILD_TYPE uses

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • Build System
    • None

    Description

      CMAKE_BUILD_TYPE does not apply to MsBuild.

      Follow-up to 0.4.15-dev-2349-gd10728a.

      https://git.reactos.org/?p=reactos.git&a=search&h=HEAD&st=grep&s=CMAKE_BUILD_TYPE

      modules/rostests/apitests/CMakeLists.txt
        53 if(NOT CMAKE_BUILD_TYPE STREQUAL "Release")
       
      sdk/cmake/config.cmake
        55 if(CMAKE_BUILD_TYPE STREQUAL "Release")
        85     if(CMAKE_BUILD_TYPE STREQUAL "Release")
        92     if(CMAKE_BUILD_TYPE STREQUAL "Release")
       113                            "CMAKE_BUILD_TYPE STREQUAL Debug" OFF)
       
      sdk/cmake/msvc.cmake
         2 if(CMAKE_BUILD_TYPE STREQUAL "Release")
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            Serge Gautherie Serge Gautherie
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: