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
Hi,
I have tried many different Blas libraries but non of them stops me from getting this error while compiling with CMAKE 3.2.2.1 and Visual studio community edition 17 2022.
I am really stuck and any help is precious. If I deselect WITH_ELTOPO, CMAKE can generate fine. Do I really need WITH_ELTOPO option for boolean operations on mesh?
Creating target: igl::xml (igl_xml)
CMake Error at external/libigl/external/cgal/Installation/cmake/modules/FindBLAS.cmake:468 (message):
A required library with BLAS API not found. Please specify library
location.
Call Stack (most recent call first):
CMakeLists.txt:82 (find_package)
The complete CMAKE log is here:
The C compiler identification is MSVC 19.30.30706.0
The CXX compiler identification is MSVC 19.30.30706.0
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe - skipped
Detecting C compile features
Detecting C compile features - done
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
Performing Test COMPILER_SUPPORTS_MARCH_NATIVE
Performing Test COMPILER_SUPPORTS_MARCH_NATIVE - Failed
MSVC -> forcing use of statically-linked runtime.
Found Matlab: C:/Program Files/MATLAB/R2020B/extern/include (found version "9.9") found components: MEX_COMPILER MX_LIBRARY ENG_LIBRARY
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Found LIBIGL: C:/Majid/SSM/Code/Matlab Code/gptoolbox/mex/external/libigl/include
MSVC -> forcing use of dynamically-linked runtime.
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Looking for pthread.h
Looking for pthread.h - not found
Found Threads: TRUE
Creating target: igl::core (igl)
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
BOOST_ROOT:
Using header-only CGAL
Targetting Visual Studio 17 2022
Target build enviroment supports auto-linking
Using VC14 compiler.
Generator uses intermediate configuration directory: $(Configuration)
Found GMP: C:/Majid/SSM/Code/Matlab Code/gptoolbox/mex/external/libigl/external/gmp/lib/libgmp-10.lib
Found MPFR: C:/Majid/SSM/Code/Matlab Code/gptoolbox/mex/external/libigl/external/mpfr/lib/libmpfr-4.lib
Found Boost: C:/Majid/SSM/Code/Matlab Code/boost_1_78_0 (found suitable version "1.78.0", minimum required is "1.48")
Boost include dirs: C:/Majid/SSM/Code/Matlab Code/boost_1_78_0
Boost libraries:
Creating target: igl::cgal (igl_cgal)
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.34.1.windows.1")
CMake Deprecation Warning at external/libigl/external/embree/CMakeLists.txt:64 (cmake_policy):
The OLD behavior for policy CMP0072 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
Detecting default ISA...
Detected default ISA: SSE2
Creating target: igl::embree (igl_embree)
Found Matlab: C:/Program Files/MATLAB/R2020B/extern/include (found version "9.9") found components: MEX_COMPILER MX_LIBRARY ENG_LIBRARY MAT_LIBRARY
Creating target: igl::matlab (igl_matlab)
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Creating target: igl::tetgen (igl_tetgen)
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Creating target: igl::triangle (igl_triangle)
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Creating target: igl::xml (igl_xml)
CMake Error at external/libigl/external/cgal/Installation/cmake/modules/FindBLAS.cmake:468 (message):
A required library with BLAS API not found. Please specify library
location.
Call Stack (most recent call first):
CMakeLists.txt:82 (find_package)
Configuring incomplete, errors occurred!
See also "C:/Majid/SSM/Code/Matlab Code/gptoolbox/mex/Build/CMakeFiles/CMakeOutput.log".
See also "C:/Majid/SSM/Code/Matlab Code/gptoolbox/mex/Build/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered:
Hi,
I have tried many different Blas libraries but non of them stops me from getting this error while compiling with CMAKE 3.2.2.1 and Visual studio community edition 17 2022.
I am really stuck and any help is precious. If I deselect WITH_ELTOPO, CMAKE can generate fine. Do I really need WITH_ELTOPO option for boolean operations on mesh?
The complete CMAKE log is here:
The text was updated successfully, but these errors were encountered: