User forums > Using Code::Blocks
How to use the compiler that I want in cmake generated project?
oBFusCATed:
Try running cmake with CMAKE_CXX_COMPILER and CMAKE_C_COMPILER variables set instead of CC and CXX.
Another option is probably to use the envrionment variable plugin to set CC and CXX, but I don't think this is a good idea.
Navigation
[0] Message Index
[*] Previous page
Go to full version