Skip to content

Commit

Permalink
fixing typo in cli cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Sep 14, 2023
1 parent 9d10945 commit e9c49c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/bin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if( ENABLE_CAPNP )
find_library( STDCXX_LIBRARY_FILE stdc++ HINTS ${CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES} )
get_filename_component(STDCXX_LIBRARY_DIR ${STDCXX_LIBRARY_FILE} DIRECTORY )

if ( "${STDCXX_LIBRARY_FILE}" STREQUAL "" )
if ( "${STDCXX_LIBRARY_DIR}" STREQUAL "" )
set ( STDCXX_RPATH "" )
else()
set ( STDCXX_RPATH "-Wl,-rpath,${STDCXX_LIBRARY_DIR} -L${STDCXX_LIBRARY_DIR} -lstdc++" )
Expand Down

0 comments on commit e9c49c0

Please sign in to comment.