We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700831f commit 145c133Copy full SHA for 145c133
CMakeLists.txt
@@ -2,7 +2,7 @@
2
cmake_minimum_required(VERSION 3.17)
3
project(Torch-TensorRT LANGUAGES CXX)
4
5
-# use c++14
+# use c++17
6
set(CMAKE_CXX_STANDARD 17)
7
8
# Build the libraries with -fPIC
@@ -12,6 +12,7 @@ if (DEFINED CMAKE_MODULE_PATH)
12
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} CACHE PATH "Path to the folder containing finders")
13
endif()
14
15
+include(cmake/build_options.cmake)
16
include(cmake/dependencies.cmake)
17
include(cmake/paths.cmake)
18
if(MSVC)
0 commit comments