Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed May 31, 2024
1 parent 8c56ff1 commit 2122698
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ cmake_minimum_required(VERSION 3.15 FATAL_ERROR)

# MSVC runtime library flags are selected by an abstraction
cmake_policy(SET CMP0091 NEW)
cmake_policy(SET CMP0077 NEW)

# To set BUILD_DOCS for iniparser below. Is there another solution?
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)

project(isle CXX C)

Expand Down

0 comments on commit 2122698

Please sign in to comment.