home › Forums › # Technical Support › Regarding Problem Running Example › Reply To: Regarding Problem Running Example
May 14, 2015 at 17:45
#1809
Member
[UPDATE] So, i managed to install v5.0 and now I’m using it… but the same problem still remains.
In my case I am using float in my c++ program but when I tried to modify the CMakeFile line 15 to:
option(FL_USE_FLOAT “Use fl::scalar as float” ON)
it keeps building the library with -FL_USE_FLOAT=OFF
any solution?