We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccfd27c + d858e64 commit e2011c5Copy full SHA for e2011c5
openvdb_ax/openvdb_ax/CMakeLists.txt
@@ -306,6 +306,10 @@ if(OPENVDB_AX_STATIC)
306
PROPERTIES OUTPUT_NAME openvdb_ax
307
)
308
309
+ if(WIN32)
310
+ set_target_properties(openvdb_ax_static PROPERTIES PREFIX "lib")
311
+ endif()
312
+
313
target_link_libraries(openvdb_ax_static PUBLIC ${OPENVDB_AX_CORE_DEPENDENT_LIBS})
314
315
# @todo fix opaque pointer requirements
pendingchanges/ax_windows_cmake_fix.txt
@@ -0,0 +1,3 @@
1
+Build:
2
+ - Fixed an issue with OpenVDB AX's CMake on Windows where the static and shared library targets would have the same name
3
+ [Reported by Nicholas Yue]
0 commit comments