cmake: don't force LINUX=ON, DEBUG=ON, CMAKE_BUILD_TYPE=Release

This commit is contained in:
xiphon 2019-10-07 21:05:22 +00:00 committed by TheCharlatan
parent 2d23917afb
commit 97a9ac9bf8

View file

@ -3,10 +3,6 @@ project(monero-gui)
message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
set(LINUX ON)
set(DEBUG ON)
set(CMAKE_BUILD_TYPE Release)
set(VERSION_MAJOR "14")
set(VERSION_MINOR "0")
set(VERSION_REVISION "3")