View Single Post
  #9  
Old 10-16-2014, 10:04 AM
CoryWalker
Fire Beetle
 
Join Date: Oct 2014
Posts: 23
Default

You can - but do not need to - set the CC and CXX environment variables in order to get the compiler settings you want with cmake. Cmake creates a CMakeCache.txt file and then you can tailor it to your needs by editing the cache file. This is exactly how the cmake build system works.

I have verified that the compiler commands that I want to use actually are being used by using gmake's VERBOSE=1 switch - so a misconfiguration of cmake is most certainly not the problem here.
Reply With Quote