home Forums # Technical Support Regarding Problem Running Example Reply To: Regarding Problem Running Example

#1809
Unknown
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?