[colorer/Colorer-library] master: removed unnecessary options for clang (355ae53)

0 views
Skip to first unread message

farg...@farmanager.com

unread,
Jul 21, 2024, 12:15:59 PM (6 days ago) Jul 21
to farco...@googlegroups.com
Repository : https://github.com/colorer/Colorer-library
On branch : master
Link : https://github.com/colorer/Colorer-library/commit/355ae53e046b1bdcbb7bb99ea933bbd90b833b36

>---------------------------------------------------------------

commit 355ae53e046b1bdcbb7bb99ea933bbd90b833b36
Author: Aleksey Dobrunov <cta...@ctapmex.com>
Date: Sun Jul 21 20:14:22 2024 +0500

removed unnecessary options for clang


>---------------------------------------------------------------

355ae53e046b1bdcbb7bb99ea933bbd90b833b36
src/CMakeLists.txt | 7 -------
1 file changed, 7 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index db67316..c7276b4 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -241,13 +241,6 @@ target_link_libraries(colorer_lib
PUBLIC XercesC::XercesC
)

-if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
- target_link_libraries(colorer_lib
- PUBLIC stdc++
- PUBLIC m
- )
-endif()
-
if(NOT COLORER_USE_DUMMY_LOGGER)
target_link_libraries(colorer_lib
PUBLIC spdlog::spdlog


Reply all
Reply to author
Forward
0 new messages