forked from pool/paraview
16d37c57c3
update to paraview 5.1.0 It claims to need CMake 3.5, but this ParaView also works with CMake 3.0, as they did not change that much. OBS-URL: https://build.opensuse.org/request/show/403965 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=40
12 lines
406 B
Diff
12 lines
406 B
Diff
--- ParaView-v5.1.0_old/CMakeLists.txt 2016-06-18 11:39:09.000000000 -0400
|
|
+++ ParaView-v5.1.0/CMakeLists.txt 2016-06-21 04:42:25.261364363 -0400
|
|
@@ -28,7 +28,7 @@
|
|
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
#
|
|
#==========================================================================
|
|
-cmake_minimum_required(VERSION 3.5)
|
|
+cmake_minimum_required(VERSION 3.0)
|
|
|
|
project(ParaView)
|
|
|