Skip to content

I can't link assimp statically in debug mode with cmake :(( #5548

Closed Answered by meemknight
meemknight asked this question in Q&A
Discussion options

You must be logged in to vote

solved, apparently, this are the lines that solved it

set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$CONFIG:Release:Release>")
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$CONFIG:Debug:Debug>")

not set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreadedDebug$<$CONFIG:Debug:Debug>") like I had before

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by meemknight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant