Skip to content

Commit

Permalink
Merge pull request #119 from branan/main/master/windows_link
Browse files Browse the repository at this point in the history
(maint) Use leatherman_deps instead of target_link_libraries in windows
  • Loading branch information
Michael Smith committed Dec 17, 2015
2 parents 329d23a + 95d0d4e commit e4982bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.2] - 2015-12-16

### Fixed

- The `windows` library incorrectly used `target_link_libraries` instead of `add_leatherman_deps`

## [0.3.1] - 2015-12-16

### Fixed
Expand Down
6 changes: 1 addition & 5 deletions windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@ set(WINDOWS_UTIL_SOURCES

add_leatherman_library(${WINDOWS_UTIL_SOURCES})
add_leatherman_headers(inc/leatherman)

target_link_libraries(leatherman_windows
Wbemuuid.lib
userenv.lib
)
add_leatherman_deps(Wbemuuid.lib userenv.lib)

0 comments on commit e4982bb

Please sign in to comment.