packages/utils/openobex/patches/001-cxx.patch
Rosen Penev 3683df2717 openobex: Update to 1.7.2
Add myself as maintainer.

Cosmetic Makefile fixes for consistency between projects.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-16 18:02:16 -07:00

13 lines
271 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 813f900..a0942e8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required ( VERSION 3.1 FATAL_ERROR )
project ( openobex
- LANGUAGES C
+ LANGUAGES C CXX
VERSION 1.7.2
)