CMakeLists: Remove unnecessary linker language specifiers

This is already inferred by the cmake project being declared a CXX project.
This commit is contained in:
Lioncash 2017-03-04 18:18:35 -05:00 committed by Merry
parent 9906be746f
commit d0efbb9348
2 changed files with 0 additions and 2 deletions

View file

@ -105,7 +105,6 @@ include(CreateDirectoryGroups)
create_directory_groups(${SRCS} ${HEADERS})
add_library(dynarmic ${SRCS} ${HEADERS})
set_target_properties(dynarmic PROPERTIES LINKER_LANGUAGE CXX)
target_include_directories(dynarmic
PUBLIC ../include
PRIVATE .)