We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df8b93 commit 8d6f9d1Copy full SHA for 8d6f9d1
CMakeLists.txt
@@ -91,6 +91,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
91
set(PYTHONLIBS_VERSION_STRING ${Python_VERSION})
92
set(PYTHON_INCLUDE_DIR ${Python_INCLUDE_DIRS})
93
set(PYTHON_LIBRARIES ${Python_LIBRARIES})
94
+ set(CMAKE_LINKER_TYPE "LLD")
95
elseif(UNIX)
96
find_package(Python 3.8 COMPONENTS Interpreter Development REQUIRED)
97
set(Python_FIND_VIRTUALENV FIRST) # (require cmake >= v3.15 and this is the default) use the Python version configured by pyenv if available
0 commit comments