Skip to content

Commit

Permalink
Merge pull request #44 from steinwurf/depend-public-with-platform-in-…
Browse files Browse the repository at this point in the history
…cmake

depend publicly with platform in cmake
  • Loading branch information
jpihl committed Nov 14, 2019
2 parents 1d3d9bb + 20336fb commit f5c7e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ add_library(steinwurf::cpuid ALIAS cpuid)

add_subdirectory("${STEINWURF_RESOLVE}/platform" platform)

target_link_libraries(cpuid PRIVATE steinwurf::platform)
target_link_libraries(cpuid PUBLIC steinwurf::platform)

target_compile_features(cpuid PUBLIC cxx_std_11)

Expand Down
2 changes: 1 addition & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ every change, see the Git log.

Latest
------
* tbd
* Patch: Link publicly with platform dependency in cmake.

6.3.0
-----
Expand Down

0 comments on commit f5c7e17

Please sign in to comment.