star-cmap

Mapping values onto color ramps
git clone git://git.meso-star.fr/star-cmap.git
Log | Files | Refs | README | LICENSE

commit 9852338090eed767540c2bd343e195ada415ccf6
parent 566ee4d9e68f021d40ffd3afcb4a1c8e88ad8ea4
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  8 Jul 2021 12:07:23 +0200

Bump CMake minimum version to 3.1

CMake 2.8 is deprecated

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.1) project(scmap C) enable_testing()