early-access version 2853
This commit is contained in:
11
externals/vcpkg/ports/zfp/fix-build-error.patch
vendored
Executable file
11
externals/vcpkg/ports/zfp/fix-build-error.patch
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
|
||||
index a960d2c..e6a492d 100644
|
||||
--- a/utils/CMakeLists.txt
|
||||
+++ b/utils/CMakeLists.txt
|
||||
@@ -1,5 +1,5 @@
|
||||
add_executable(zfpcmd zfp.c)
|
||||
-set_property(TARGET zfpcmd PROPERTY OUTPUT_NAME zfp)
|
||||
+#set_property(TARGET zfpcmd PROPERTY OUTPUT_NAME zfp)
|
||||
target_link_libraries(zfpcmd zfp)
|
||||
if(HAVE_LIBM_MATH)
|
||||
target_link_libraries(zfpcmd m)
|
||||
Reference in New Issue
Block a user