Skip to content

Commit

Permalink
CMake: fix typo in default-symver check
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Nov 21, 2022
1 parent e23f558 commit cba6beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ if(JANSSON_BUILD_SHARED_LIBS)
return 0;
}
"
DSYMVER_WORKS
SYMVER_WORKS
)
list(REMOVE_ITEM CMAKE_REQUIRED_LIBRARIES "-Wl,--default-symver")

Expand Down

0 comments on commit cba6beb

Please sign in to comment.