Skip to content

Commit

Permalink
Add project and min cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrizian committed Dec 28, 2023
1 parent cb2ec6a commit dd8c6b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#=============================================================================

cmake_minimum_required(VERSION 3.17)
project(tritonfilbackend LANGUAGES C CXX)
option(TRITON_ENABLE_GPU "Enable GPU support in backend" ON)
option(TRITON_ENABLE_STATS "Include statistics collections in backend" ON)
option(TRITON_FIL_DOCKER_BUILD OFF)
Expand Down

0 comments on commit dd8c6b4

Please sign in to comment.