Hello, I'm trying to build the source package for cmocka 1.0.1 ( https://cmocka.org/files/1.0/cmocka-1.0.0.tar.xz) on MSYS2 and Windows 10, but when running cmake I get:
C:\cmocka\cmocka-1.0.1\build>cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release System is unknown to cmake, create: Platform/posix to use this system, please send your config file to [email protected] so it can be added to cmake Your CMakeCache.txt file was copied to CopyOfCMakeCache.txt. Please send that file to [email protected]. I've built successfully this package under MSYS2 and Windows 7 following exactly the same procedure, can you please advise how to get rid of this error? Thanks, Antonio
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
