From ac79e4fbeed2500d9dc3b6fb6151487fa45ff884 Mon Sep 17 00:00:00 2001 From: DRC Date: Fri, 24 Jun 2011 21:46:41 +0000 Subject: [PATCH] We don't actually need a version number here. This was cruft from back-porting the CMake build script out of libjpeg-turbo 1.1 beta. Removing it because it is, coincidentally, the same as the TigerVNC version number and may cause confusion. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_1@4549 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/jpeg/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/common/jpeg/CMakeLists.txt b/common/jpeg/CMakeLists.txt index e148c9c1..fb111bd2 100644 --- a/common/jpeg/CMakeLists.txt +++ b/common/jpeg/CMakeLists.txt @@ -5,7 +5,6 @@ cmake_minimum_required(VERSION 2.6) project(libjpeg-turbo) -set(VERSION 1.0.90) if(NOT DEFINED WITH_SIMD) set(WITH_SIMD 1) -- 2.39.5