blob: 2ae4519cd65b4c1dfc0202534162f32571b0e350 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- GPClient/CMakeLists.txt.orig 2022-03-07 12:27:07 UTC
+++ GPClient/CMakeLists.txt
@@ -44,7 +44,7 @@ add_executable(gpclient
add_3rdparty(
SingleApplication
- GIT_REPOSITORY https://github.com/itay-grudev/SingleApplication.git
+ #GIT_REPOSITORY https://github.com/itay-grudev/SingleApplication.git
GIT_TAG v3.3.0
CMAKE_ARGS
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
@@ -56,7 +56,7 @@ add_3rdparty(
add_3rdparty(
plog
- GIT_REPOSITORY https://github.com/SergiusTheBest/plog.git
+ #GIT_REPOSITORY https://github.com/SergiusTheBest/plog.git
GIT_TAG master
CMAKE_ARGS
-DPLOG_BUILD_SAMPLES=OFF
|