diff --git a/BaseLib/CMakeLists.txt b/BaseLib/CMakeLists.txt index c8b1f01d45a6f81d696da8a46dfb912338f1ef2a..c7bea9cdcf5be44d371770657810740cb156490e 100644 --- a/BaseLib/CMakeLists.txt +++ b/BaseLib/CMakeLists.txt @@ -16,8 +16,6 @@ include(GenerateExportHeader) generate_export_header(BaseLib) target_include_directories(BaseLib PUBLIC ${CMAKE_CURRENT_BINARY_DIR}) -set_target_properties(BaseLib PROPERTIES LINKER_LANGUAGE CXX) - target_link_libraries(BaseLib PUBLIC logog) if(MSVC)