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
message(WARNING"ENABLE_ABI_TAG_IN_PKGCONFIG_FILENAMES requires ENABLE_ABI_TAG_IN_LIBRARY_FILENAMES=ON and will be ignored by the current configuration")
167
+
unset(ENABLE_ABI_TAG_IN_PKGCONFIG_FILENAMESCACHE)
168
+
endif()
169
+
160
170
# Allow user to disable embedding of ABI tag in library filenames (MSVC only).
161
171
cmake_dependent_option(ENABLE_ABI_TAG_IN_LIBRARY_FILENAMES"Embed ABI tag in library filenames"ON"MSVC"OFF)
0 commit comments