You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm kinda starter C++ (CMake :-)) guy, so maybe somebody can help me here.
So i'm on Manjaro Linux (arch).
glm, glfw, glut and gl was installed OK.
I running CMake and configuring the build. Little details:
So it's find libs, but then apparently I see this:
Running Linux compiling. Options [GLVND] for modern OpenGL or [LEGACY] for historical OpenGl.
Setting GLVND option.
Configuring done (0.0s)
CMake Error at ingredients/CMakeLists.txt:27 (target_link_libraries):
Target "ingredients" links to:
glm::glm
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Generating done (0.1s)
Can somebody suggest some help with this? Not sure is this about PUBLIC? I see that target_link_libraries correctly placed after "add_library" in ingredients/CMaleLists.txt. I tried to google something, but nothing helpful. Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi! I'm kinda starter C++ (CMake :-)) guy, so maybe somebody can help me here.
So i'm on Manjaro Linux (arch).
glm, glfw, glut and gl was installed OK.
I running CMake and configuring the build. Little details:
CMAKE_BUILD_TYPE=
CMAKE_INSTALL_PREFIX=/usr/local
glfw3_DIR=/usr/lib/cmake/glfw3
glm_DIR=/usr/lib/cmake/glm
So it's find libs, but then apparently I see this:
Can somebody suggest some help with this? Not sure is this about PUBLIC? I see that target_link_libraries correctly placed after "add_library" in ingredients/CMaleLists.txt. I tried to google something, but nothing helpful. Thanks in advance!
The text was updated successfully, but these errors were encountered: