Skip to content

Commit

Permalink
fix cmake warning (NVIDIA#886)
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Szołucha <[email protected]>
  • Loading branch information
szalpal authored May 16, 2019
1 parent 7113cc5 commit ab53daa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

cmake_minimum_required(VERSION 3.11)

if (POLICY CMP0075)
cmake_policy(SET CMP0075 NEW)
endif()

project(DALI CXX)

# Build options
Expand Down

0 comments on commit ab53daa

Please sign in to comment.