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
Can someone help me in getting re2 compiled as static lib on Windows?
After spending lot of time I am unable to figure it out.
I have copied "C:_code\abseil-cpp-20240116.2\absl" folder from unzipped Abseil source files
Following error is seen with Cmake
C:_code\re2-2024-06-01\build>cmake -DCMAKE_CXX_STANDARD=20 ..
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
CMake Error at absl/base/CMakeLists.txt:20 (absl_cc_library):
Unknown CMake command "absl_cc_library".
-- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered:
Can someone help me in getting re2 compiled as static lib on Windows?
After spending lot of time I am unable to figure it out.
I have copied "C:_code\abseil-cpp-20240116.2\absl" folder from unzipped Abseil source files
Following error is seen with Cmake
C:_code\re2-2024-06-01\build>cmake -DCMAKE_CXX_STANDARD=20 ..
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
CMake Error at absl/base/CMakeLists.txt:20 (absl_cc_library):
Unknown CMake command "absl_cc_library".
-- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered: