We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When build gtsam target with CLion and bundled MinGW64 on Windows 10 it failed.
HandleBoost.cmake
if(MSVC) ... elseif(MINGW) message("found MINGW") set(Boost_ARCHITECTURE -x64) set(BOOST_ROOT "C:/Program Files/boost/boost_1_82_0") endif()
GtsamTesting.cmake
if(NOT MSVC AND NOT MINGW AND NOT XCODE_VERSION)
A little CMake error
Problems were encountered while collecting compiler information: cc1.exe: fatal error: /w: No such file or directory
Another thing sys/system.h not exist on Windows 10
Compilation success
Windows 10 and CLion with bundled MinGW64 and CMake
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When build gtsam target with CLion and bundled MinGW64 on Windows 10 it failed.
Steps to reproduce
HandleBoost.cmake
Line 21 addGtsamTesting.cmake
Line 182 addif(NOT MSVC AND NOT MINGW AND NOT XCODE_VERSION)
A little CMake error
Another thing
sys/system.h not exist on Windows 10
Expected behavior
Compilation success
Environment
Windows 10 and CLion with bundled MinGW64 and CMake
The text was updated successfully, but these errors were encountered: