Hello,

CMakeList.txt does say: “
# For a dynamic library, use
#
#   cmake -E chdir build cmake -D BUILD_SHARED_LIBS:BOOL=true ..
#
”

but the way I use Cmake is "mkdir build && cd build && ccmake ..".  And then 
ccmake shows all available options.  In
case of BUILD_SHARED_LIBS it does not show anything.

Please tweak the build system, so that creating shared libraries is trivial 
using ccmake.

Regrards
  Dilyan


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to