mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Bindings: Python: Use static MSVC runtime library
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.12)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
project(libicsneo VERSION 0.3.0)
|
project(libicsneo VERSION 0.3.0)
|
||||||
|
|
||||||
cmake_policy(SET CMP0074 NEW)
|
cmake_policy(SET CMP0074 NEW)
|
||||||
|
|||||||
@@ -47,3 +47,4 @@ local_scheme = "no-local-version"
|
|||||||
[tool.scikit-build.cmake.define]
|
[tool.scikit-build.cmake.define]
|
||||||
LIBICSNEO_ENABLE_BINDINGS_PYTHON = true
|
LIBICSNEO_ENABLE_BINDINGS_PYTHON = true
|
||||||
LIBICSNEO_ENABLE_TCP = true
|
LIBICSNEO_ENABLE_TCP = true
|
||||||
|
CMAKE_MSVC_RUNTIME_LIBRARY = "MultiThreaded"
|
||||||
|
|||||||
Reference in New Issue
Block a user