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
CMake Error at /usr/local/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find SWIG (missing: SWIG_DIR) (Required is at least version "4")
Call Stack (most recent call first):
/usr/local/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/local/share/cmake-3.15/Modules/FindSWIG.cmake:64 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
swig/CMakeLists.txt:20 (find_package)
Look at its test_package, I have added a working cmake example.
It is currently not used in the conanfile because cci has currently no python recipe yet.
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
In a CMake file:
Logs (Include/Attach if Applicable)
Click to expand log
FindSwig.cmake
uses the following commandwhich later fills
SWIG_DIR
.However the given path is wrong (
conan
instead ofrea
) resulting with the above error.The text was updated successfully, but these errors were encountered: