Skip to content

Modify cmake files to add new Lib Pack Support (Version 12, VS2017)

Created by: apeltauer

Thank you for creating a pull request to contribute to FreeCAD! To ease integration, please confirm the following:

  • [x ] Branch rebased on latest master git pull --rebase upstream master
  • [ x] Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • [ x] Commit message is well-written
  • Commit message includes issue #<id> or fixes #<id> where <id> is the associated MantisBT issue id if one exists

And please remember to update the Wiki with the features added or changed once this PR is merged.


use the clbundler cmake file --> added the possibility to add a LipPackVersion.txt to the libpack itself to handle different versions --> changed the opencascade find cmake file, add debug and optimized libs only if a libpack is used

Merge request reports