I need to compile boost 1.39.0 library which on this version, don't provide installer in order to run a Visual Studio 2008
solution. The Cmake
throw this exception.
-- Building for: Visual Studio 9 2008
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt: 28 (project):
No CMAKE_C_COMPILER could be found.
No CMAKE_CXX_COMPILER could be found.
I couldn't figure out how could i specify where it could find visual studio compiler.
I'm using boost 1.39.0
with CMake 3.0.0
Kind regards.