Dath-Ohne-R

Results 5 comments of Dath-Ohne-R

I printed the variable: message("Python_LIBRARIES:${Python_LIBRARIES}") here is the output Python_LIBRARIES:optimized;C:/Users/[username]/AppData/Local/Programs/Python/Python311/libs/python311.lib;debug;C:/Users/[username]AppData/Local/Programs/Python/Python311/libs/python311_d.lib so this is where the "optimized"comes from. I guess it should be "release" instead?

If I directly link my project to python3XX.lib, it works: target_link_libraries(projectname PRIVATE "C:/Users/[username]/AppData/Local/Programs/Python/Python311/libs/python311.lib") but now I have to specify the specific path - not an option when collaborating with others.

> I printed the variable: message("Python_LIBRARIES:${Python_LIBRARIES}") here is the output Python_LIBRARIES:optimized;C:/Users/[username]/AppData/Local/Programs/Python/Python311/libs/python311.lib;debug;C:/Users/[username]AppData/Local/Programs/Python/Python311/libs/python311_d.lib > > so this is where the "optimized"comes from. I guess it should be "release" instead? According to my...

Hey there :) I was just checking if this issue got any updates. Is there anything I can do to resolve this issue in the observable future? ;)