Skip to content

Commit 083f626

Browse files
committed
build: remove unnecessary policy adjustment
This should now be enabled due to the required version specification being updated.
1 parent 2ba1308 commit 083f626

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ cmake_minimum_required(VERSION 3.26...3.29)
33

44
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
55

6-
# NOTE(compnerd) enable CMP0091 - select MSVC runtime based on
7-
# CMAKE_MSVC_RUNTIME_LIBRARY. Requires CMake 3.15 or newer.
8-
if(POLICY CMP0091)
9-
cmake_policy(SET CMP0091 NEW)
10-
endif()
11-
126
project(dispatch
137
VERSION 1.3
148
LANGUAGES C CXX)

0 commit comments

Comments
 (0)