forked from Lainports/freebsd-ports
Barrier is a community maintained fork of the Symless Synergy 1.9 codebase which aims to maintain its simplicity. Barrier will let you use your keyboard and mouse from machine A to control machine B (or more). Barrier supports Windows, OS X, Linux, and FreeBSD. WWW: https://github.com/debauchee/barrier
10 lines
326 B
CMake
10 lines
326 B
CMake
--- cmake/Version.cmake.orig 2019-05-16 15:32:09 UTC
|
|
+++ cmake/Version.cmake
|
|
@@ -69,7 +69,6 @@ else()
|
|
set (BARRIER_BUILD_NUMBER 1)
|
|
endif()
|
|
|
|
-string (TIMESTAMP BARRIER_BUILD_DATE "%Y%m%d" UTC)
|
|
set (BARRIER_SNAPSHOT_INFO ".${BARRIER_VERSION_STAGE}.${BARRIER_REVISION}")
|
|
|
|
if (BARRIER_VERSION_STAGE STREQUAL "snapshot")
|