From: Ron J. <wi...@je...> - 2019-04-07 15:07:30
|
On Saturday 06 April 2019 10:18:14 am Bertrand Coconnier wrote: > Hi Ron, > > > Your version of CMake is most likely lower than 3.8 where the generator > expression $<IF:,> has been introduced. This is correct, I have 3.7, which is the default in debian Stable. > > That's correct. So I have updated the JSBSim code so that the build of the > Python modules is optional. > The following command should be hopefully fix your problem (assuming the > root directory of JSBSim is the parent directory of your build directory > > hence the '..' at the end of the command) : > > cmake -DBUILD_PYTHON_MODULE=OFF .. > > Bertrand This switch works for me, thank you. Ron |