blob: f65126fbeb5c75914e07651759622713ab868d8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 60b31985..a6608b4c 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -15,7 +15,7 @@
# limitations under the License.
#
-cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
project(PyTensorRT LANGUAGES CXX C)
# Sets variable to a value if variable is unset.
|