mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 11:10:55 +03:00
Compare commits
No commits in common. "48cb3fdebedf23ba5ad4d0a30face5ee03daa340" and "d4dbf3cdc5386d9e8b01561dbd0370e26bb1f5c4" have entirely different histories.
48cb3fdebe
...
d4dbf3cdc5
@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10)
|
|||||||
set(BUILD_NUMBER CACHE STRING "The number of the current build.")
|
set(BUILD_NUMBER CACHE STRING "The number of the current build.")
|
||||||
|
|
||||||
if ("${BUILD_NUMBER}" STREQUAL "")
|
if ("${BUILD_NUMBER}" STREQUAL "")
|
||||||
set(BUILD_NUMBER "5182")
|
set(BUILD_NUMBER "5180")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (BUILD_NUMBER LESS 5180)
|
if (BUILD_NUMBER LESS 5180)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"environments": [ { "BuildNumber": "5182" } ],
|
"environments": [ { "BuildNumber": "5180" } ],
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "x64-native",
|
"name": "x64-native",
|
||||||
|
Loading…
Reference in New Issue
Block a user