From e60c1f84a7e13577a82046b02b214f9466d20a7c Mon Sep 17 00:00:00 2001 From: Naios Date: Tue, 31 Oct 2017 01:29:51 +0100 Subject: Build: Use interface targets for inheriting flags and definitions * Remove the usage of global flags and definitions set through the CMAKE_CXX_FLAGS variable. * Use cmake target compile features for setting the CXX standard automatically. * Make C++14 globally available in the project * Closes #21033 --- src/common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 3e238a8c367..c219e89626d 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -66,6 +66,7 @@ target_link_libraries(common PRIVATE process PUBLIC + trinity-core-interface boost fmt g3dlib -- cgit v1.2.3