1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-25 15:55:27 +01:00

Windows: Skip cmd for release builds (#5416)

This commit is contained in:
adrido
2017-04-07 07:14:39 +02:00
committed by Loïc Blot
parent 94358a709b
commit 676951d90d
6 changed files with 42 additions and 7 deletions

View File

@@ -49,7 +49,6 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type: Debug or Release" FORCE)
endif()
# Included stuff
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")