Skip to content

Commit d5b540f

Browse files
committed
Rename SeerUtl test program to avoid symbol clashing.
1 parent 8e3d727 commit d5b540f

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,3 @@ elseif(${QTVERSION} STREQUAL "QT5")
282282
target_link_libraries(${PROJECT_NAME} Qt5::Widgets Qt5::Gui Qt5::Core Qt5::PrintSupport Qt5::Charts)
283283
endif()
284284

285-
# For MacOS
286-
foreach(flag_var CMAKE_SHARED_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS)
287-
if(APPLE)
288-
string(REPLACE "-Wl,-search_paths_first" "" ${flag_var} "${${flag_var}}")
289-
endif()
290-
endforeach()
291-
File renamed without changes.

0 commit comments

Comments
 (0)