Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] Assimp package causes long building time #25851

Open
algarcia-ujaen opened this issue Nov 5, 2024 · 0 comments
Open

[question] Assimp package causes long building time #25851

algarcia-ujaen opened this issue Nov 5, 2024 · 0 comments
Labels
question Further information is requested

Comments

@algarcia-ujaen
Copy link

algarcia-ujaen commented Nov 5, 2024

Hello all,

I am not sure if this is a bug, or if I am doing something wrong, but when I add the Assimp package to my project using Conan, the building time expands to about 20 minutes. Any help will be welcome!

System configuration:

  • Operating system: windows
  • IDE: CLion 2024.2.2 with Conan plugin enabled
  • Compiler: MinGW (bundled with CLion installation)
  • Conan version: 2.5.0
  • CMake version: 3.30 installed in the system (CLion also includes a bundled CMake version)

Steps to reproduce the situation:

  • Create a C++ project
  • Enable Conan plugin for the project
  • Add Assimp to the project using the Conan plugin
  • Add to the CMakeLists.txt the lines

find_package(assimp)
target_link_libraries(projectName assimp::assimp)

  • Add to the main.cpp the includes

#include <assimp/Importer.hpp>
#include <assimp/scene.h>

  • Declare an Importer object in the main function

Assimp::Importer i;

  • Build the project

Without the declaration of the importer object, building the application is immediate. With the declaration, the building time is about 20 minutes.

Any suggestion? Is this a bug? Am I doing something wrong?

Thanks in advance for your replies

@algarcia-ujaen algarcia-ujaen added the question Further information is requested label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant