Skip to content

Commit c82215b

Browse files
nokiaMSgithubgxll
authored andcommitted
[fix][libexpr] Fix issue about decimal neg op.
1 parent dab8f5f commit c82215b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ set(DYNAMIC_LIB
382382
${FTXUI_COMPONENT_LIBRARY}
383383
${FTXUI_DOM_LIBRARY}
384384
${FTXUI_SCREEN_LIBRARY}
385-
${GMP_LIBRARIES}
386-
${GMPXX_LIBRARIES})
385+
${GMPXX_LIBRARIES}
386+
${GMP_LIBRARIES})
387387

388388
if(WITH_DISKANN)
389389
if(NOT DISKANN_DEPEND_ON_SYSTEM)

0 commit comments

Comments
 (0)