We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba1308 commit 083f626Copy full SHA for 083f626
CMakeLists.txt
@@ -3,12 +3,6 @@ cmake_minimum_required(VERSION 3.26...3.29)
3
4
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
5
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
-
12
project(dispatch
13
VERSION 1.3
14
LANGUAGES C CXX)
0 commit comments