-
Notifications
You must be signed in to change notification settings - Fork 129
Description
I'm attempting to update OpenVSP to STEPCode 0.8.2. We're way out of date and CMake 4.0 being forced places like GitHub and Homebrew are providing motivation to finally update.
From what I can tell, the AP203 library builds, but it does not get included in the installation. The headers are copied to the 'include' directory, but nothing ap203 related is copied to 'lib'.
In addition, I'm trying to build everything statically. From the build artiacts, it doesn't look like ap203 is built as a static lib -- only as a dynamic lib.
In the updates, it looks like the CMake setup has migrated from SC_BUILD_SHARED_LIBS to BUILD_SHARED_LIBS -- however, there is still at least one reference to the old variable in the schema macros.
However, I don't see where the selected schemas are added to the CMake install target.
Similarly, it looks like an effort was made to migrate from SC_BUILD_TYPE to CMAKE_BUILD_TYPE, but there are still some old usages persisting.