Skip to content

Commit

Permalink
Add missing policies
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsku committed May 7, 2024
1 parent 64e09dc commit 24adcc5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
CMAKE_MINIMUM_REQUIRED (VERSION 3.8)

IF(POLICY CMP0135)
CMAKE_POLICY(SET CMP0135 NEW)
ENDIF()

IF(POLICY CMP0077)
CMAKE_POLICY(SET CMP0077 NEW)
ENDIF()

OPTION(LIBNETWRK_TEST "Build tests." ON)
OPTION(LIBNETWRK_EXAMPLES "Build examples." ON)

Expand Down

0 comments on commit 24adcc5

Please sign in to comment.