Bindings: Python: Use static MSVC runtime library

This commit is contained in:
Kyle Schwarz
2025-02-11 16:43:00 -05:00
parent 02b5dafca9
commit 6b9a687ff9
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.16)
project(libicsneo VERSION 0.3.0)
cmake_policy(SET CMP0074 NEW)
+1
View File
@@ -47,3 +47,4 @@ local_scheme = "no-local-version"
[tool.scikit-build.cmake.define]
LIBICSNEO_ENABLE_BINDINGS_PYTHON = true
LIBICSNEO_ENABLE_TCP = true
CMAKE_MSVC_RUNTIME_LIBRARY = "MultiThreaded"