mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-31 22:28:22 +00:00
build: bump minimum cmake version to 3.3.2
Ideally I'd like to have 3.5 as minimum version. Nevertheless for the moment I bump this to 3.3.2 to match the CMake version of the internal Jenkins CI. Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
committed by
Leo Di Donato
parent
b369de3801
commit
d1c642cbd2
@@ -15,7 +15,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
cmake_minimum_required(VERSION 2.8.2)
|
||||
cmake_minimum_required(VERSION 3.3.2)
|
||||
|
||||
project(falco)
|
||||
|
||||
|
Reference in New Issue
Block a user