svf-lib 1.0.2334 → 1.0.2335

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,7 +53,6 @@ set(SVF_EXPORT_DYNAMIC OFF)
53
53
  set(SVF_ENABLE_ASSERTIONS true)
54
54
  set(SVF_ENABLE_EXCEPTIONS ON)
55
55
  set(SVF_ENABLE_RTTI ON)
56
- set(SVF_ENABLE_EH ON)
57
56
 
58
57
  # Set the basic SVF paths based on the installed location (relocatable)
59
58
  set_and_check(SVF_INSTALL_ROOT "${PACKAGE_PREFIX_DIR}")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2334",
3
+ "version": "1.0.2335",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {