Even more confusing cmake -G "MinGW Makefiles" -T"" -DCMAKE_TOOLCHAIN_FILE="M:/sack/tc_local.txt" works just fine... (Unix Makefiles also don't like -T option after thinking that was the solution)
it's not toolset it's toolchain On Sat, Dec 27, 2014 at 4:01 AM, J Decker <[email protected]> wrote: > Nevermind; I guess it should have been "Unix Makefiles" went back > versions and same thing; so checked other projects sorry. > > On Sat, Dec 27, 2014 at 3:53 AM, J Decker <[email protected]> wrote: > >> Is there a particular reason why something that worked perfectly fine no >> longer does? >> >> CMake Error in : >> Generator >> >> MinGW Makefiles >> >> does not support toolset specification, but toolset >> >> M:/sack/tc_local.txt >> >> was specified. >> >> >> CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage >> CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage >> > >
-- 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
