mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:19:24 +08:00
076b4f1e83
* [zfp] Add new port * Fix build static error * Add features and fix build error. * Remove unused patches * Update build error patch
12 lines
397 B
Diff
12 lines
397 B
Diff
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)
|