Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit a9d451e

Browse files
committed
BUG: Change CMake min version to 2.8.12
Fix #64
1 parent 2e36fea commit a9d451e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0)
1+
cmake_minimum_required(VERSION 2.8.12)
22
project(IsotropicWavelets)
33

44
set(IsotropicWavelets_LIBRARIES IsotropicWavelets)

0 commit comments

Comments
 (0)