Skip to content
  • David DeMarle's avatar
    fix shared lib config · f7284af5
    David DeMarle authored
    rather than force -fPIC into CMakeLists.txt we now explicitly turn
    on position independent compilation for each of the three internal
    object libs. Do it this way because fpic is not valid on all
    compilers.
    f7284af5