mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
20 lines
654 B
Text
20 lines
654 B
Text
--- 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
|