Skip to content

Commit

Permalink
Wrap cmake item in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinFlores751 committed Dec 4, 2024
1 parent dd3a684 commit 2286897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ target_link_libraries(
"${IRODS_EXTERNALS_FULLPATH_BOOST}/lib/libboost_url.so"
CURL::libcurl
jwt-cpp::jwt-cpp
${CMAKE_DL_LIBS}
"${CMAKE_DL_LIBS}"
)

target_compile_definitions(
Expand Down

0 comments on commit 2286897

Please sign in to comment.