Skip to content

Commit

Permalink
Re fix build release on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Oct 7, 2024
1 parent 0b8df42 commit 817f980
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/cmake/xtd_commands.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,9 @@ set(CMAKE_C_STANDARD_REQUIRED ON)

set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON)
set(CMAKE_DEBUG_POSTFIX d)
if ("${BUILD_TYPE}" STREQUAL "Debug")
set(CMAKE_DEBUG_POSTFIX d)
endif()

enable_testing()

Expand Down

0 comments on commit 817f980

Please sign in to comment.