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
The VERSION file in the root directory is getting compiled in
In file included from /Users/ksylvestre/dev/PVZ/PopLib/PopLib/appbase.cpp:1:
In file included from /Users/ksylvestre/dev/PVZ/PopLib/PopLib/appbase.hpp:7:
In file included from /Users/ksylvestre/dev/PVZ/PopLib/PopLib/common.hpp:32:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/string:648:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/string_view:941:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/algorithm:1842:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__algorithm/for_each.h:16:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__ranges/movable_box.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/optional:1294:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/memory:972:
/Users/ksylvestre/dev/PVZ/PopLib/version:1:1: error: expected unqualified-id
1 | 1.4.0
It's being included from this line in the CMakeLists.txt:
The VERSION file in the root directory is getting compiled in
It's being included from this line in the CMakeLists.txt:
PopLib/PopLib/CMakeLists.txt
Line 89 in 3ccce94