vsg/core/Version.h issue #1286
Replies: 1 comment 2 replies
-
The CMake build system provides and install target that you should run
after a build to place all the libs, CMake config files and headers in the
CMake install path location.
…On Fri, 27 Sept 2024, 11:48 josetxurro, ***@***.***> wrote:
I’ve successfully installed my VSG libraries, but I’m encountering a
compilation error when I try to build my project. The error states that it
cannot find /core/Version.h in the include folder. Initially, I suspected
that the installation might have gone wrong. However, upon checking the
repository, I discovered that the file is present, but it’s located in the
src folder alongside Version.cpp. Has anyone else experienced this issue?
Any insights would be greatly appreciated. Thanks!
—
Reply to this email directly, view it on GitHub
<#1286>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKEGUHIR7KKDBB53XXANCTZYUZZPAVCNFSM6AAAAABO644LKGVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGI2DGMBZHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’ve successfully installed my VSG libraries, but I’m encountering a compilation error when I try to build my project. The error states that it cannot find /core/Version.h in the include folder. Initially, I suspected that the installation might have gone wrong. However, upon checking the repository, I discovered that the file is present, but it’s located in the src folder alongside Version.cpp. Has anyone else experienced this issue? Any insights would be greatly appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions