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
I see that, we are having the below in CMakeLists.txt
write_basic_package_version_file(
"${PROJECT_BINARY_DIR}/cmake/faiss-config-version.cmake"
VERSION ${CMAKE_PROJECT_VERSION}
COMPATIBILITY AnyNewerVersion
)
I get the below error when building it.
No VERSION specified for WRITE_BASIC_CONFIG_VERSION_FILE()
Call Stack (most recent call first):
/opt/homebrew/share/cmake/Modules/CMakePackageConfigHelpers.cmake:407 (write_basic_config_version_file)
CMakeLists.txt:455 (write_basic_package_version_file)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I see that, we are having the below in CMakeLists.txt
I get the below error when building it.
how to avoid this error ?
Beta Was this translation helpful? Give feedback.
All reactions