diff options
author | Naios <naios-dev@live.de> | 2017-12-19 17:22:30 +0100 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2017-12-20 04:04:28 +0100 |
commit | 12853475186569b2f47f1d69f817cbef8e590d83 (patch) | |
tree | b9301c2c5ec16330ed6f69b682bf50b802b40cf1 /src/common/CMakeLists.txt | |
parent | db5d5a03be4829928bd20c7d40a6f576f0b86478 (diff) |
Build: Inherit the features and warning flags privately
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 7440cc2d51e..938cde8160a 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -61,8 +61,8 @@ target_include_directories(common target_link_libraries(common PRIVATE process - PUBLIC trinity-core-interface + PUBLIC boost fmt g3dlib |