Skip to content

Commit

Permalink
ignore conversion warnings in e57 library on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 1, 2020
1 parent 5ae44db commit 72b779b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/e57/libE57Format/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ add_library(E57Format STATIC
contrib/CRCpp/inc/CRC.h
)
pdal_target_compile_settings(E57Format)
target_compile_options(E57Format PRIVATE
/wd4244
)
target_link_libraries(E57Format
PUBLIC
${XercesC_LIBRARIES}
Expand Down

0 comments on commit 72b779b

Please sign in to comment.