Marcus Meissner
aede2f5189
- fix incorrect permissions in -devel package installed files - update package to new version (0.9.6) - update patch for buildsystem installation locations - patch for forcing c++11 mode on gcc4.8 (for openSUSE_Leap_42.3) - initial package from upstream source (0.9.5) - patch for correcting buildsystem installation locations OBS-URL: https://build.opensuse.org/request/show/666367 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rttr?expand=0&rev=1
13 lines
348 B
Diff
13 lines
348 B
Diff
Index: rttr-0.9.6/CMakeLists.txt
|
|
===================================================================
|
|
--- rttr-0.9.6.orig/CMakeLists.txt
|
|
+++ rttr-0.9.6/CMakeLists.txt
|
|
@@ -34,6 +34,7 @@
|
|
cmake_minimum_required (VERSION 3.0)
|
|
|
|
project ("rttr" LANGUAGES CXX)
|
|
+set(CMAKE_CXX_STANDARD 11)
|
|
|
|
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake")
|
|
|