mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
cmake: don't force LINUX=ON, DEBUG=ON, CMAKE_BUILD_TYPE=Release
This commit is contained in:
parent
2d23917afb
commit
97a9ac9bf8
1 changed files with 0 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue