View Single Post
  #7  
Old 10-08-2014, 11:30 AM
CoryWalker
Fire Beetle
 
Join Date: Oct 2014
Posts: 23
Default

KLS - to answer your actual question - we most certainly could add a flag for FreeBSD in the cmake files. However, I believe this would make both the source code and the build system slightly more complex.

I almost always favor the strategy of getting the source code to be able to be compiled without adding switches to the build system and minimizing the number of conditional preprocessor directives - unless there is some huge benefit to doing otherwise.
Reply With Quote