diff options
author | Pierre Ossman <ossman@cendio.se> | 2021-11-05 12:53:11 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2021-11-05 13:36:37 +0100 |
commit | cb3c78f43394930f890bfb6fb34834d8d1a58496 (patch) | |
tree | 4163f747f92bcc560f24ef0cbcf568c9389c625a /contrib/packages/rpm/el8/SPECS/tigervnc.spec | |
parent | 011f7deac219989bee5be9fdb7756016d5896973 (diff) | |
download | tigervnc-cb3c78f43394930f890bfb6fb34834d8d1a58496.tar.gz tigervnc-cb3c78f43394930f890bfb6fb34834d8d1a58496.zip |
Raise CMake requirement to 3.10
It's difficult to support both old and new versions, so raise the
requirement to the oldest that is commonly used, which is CMake 3.10.2
on Ubuntu 18.04.
Diffstat (limited to 'contrib/packages/rpm/el8/SPECS/tigervnc.spec')
-rw-r--r-- | contrib/packages/rpm/el8/SPECS/tigervnc.spec | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/packages/rpm/el8/SPECS/tigervnc.spec b/contrib/packages/rpm/el8/SPECS/tigervnc.spec index 2a4e4dbd..090b7bde 100644 --- a/contrib/packages/rpm/el8/SPECS/tigervnc.spec +++ b/contrib/packages/rpm/el8/SPECS/tigervnc.spec @@ -161,11 +161,7 @@ export CPPFLAGS="$CXXFLAGS" export CMAKE_EXE_LINKER_FLAGS=$LDFLAGS -# The cmake in RHEL is too old and doesn't set up -# CMAKE_INSTALL_SYSCONFDIR properly -%{cmake} -G"Unix Makefiles" \ - -DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir} \ - -DBUILD_STATIC=off +%{cmake} -G"Unix Makefiles" -DBUILD_STATIC=off make %{?_smp_mflags} pushd unix/xserver |