mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
13 lines
360 B
Diff
13 lines
360 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index aebce40..f9d155b 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -34,7 +34,7 @@ EXECUTE_PROCESS(COMMAND git describe --exact-match --tags OUTPUT_VARIABLE GIT_TA
|
|
IF(GIT_TAG)
|
|
SET(IS_DEVEL_BUILD "false")
|
|
ELSE()
|
|
- SET(IS_DEVEL_BUILD "true")
|
|
+ SET(IS_DEVEL_BUILD "false")
|
|
ENDIF()
|
|
|
|
|