Skip to content

Commit

Permalink
Don't find library on SHWLAPI (#3027)
Browse files Browse the repository at this point in the history
* TEst.

* Test.

* Clean-up.
  • Loading branch information
abellgithub committed Apr 15, 2020
1 parent e884f37 commit cdc5343
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vendor/arbiter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ target_compile_definitions(${PDAL_ARBITER_LIB_NAME}
ARBITER_CURL)

if (MSVC)
find_library(SHLWAPI Shlwapi.lib)
target_link_libraries(${PDAL_ARBITER_LIB_NAME} PRIVATE ${SHLWAPI})
target_link_libraries(${PDAL_ARBITER_LIB_NAME} PRIVATE Shlwapi.lib)
target_compile_definitions(${PDAL_ARBITER_LIB_NAME}
PRIVATE
ARBITER_DLL_EXPORT)
Expand Down

0 comments on commit cdc5343

Please sign in to comment.