Skip to content

Commit

Permalink
Land #1085 - fix includedir
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Aug 21, 2024
2 parents 3b545a0 + d718a26 commit 935753a
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 @@ -512,7 +512,7 @@ if(ENABLE_LIBRESSL_INSTALL)
set(prefix ${CMAKE_INSTALL_PREFIX})
set(exec_prefix \${prefix})
set(libdir \${exec_prefix}/${CMAKE_INSTALL_LIBDIR})
set(includedir \${prefix}/include)
set(includedir \${prefix}/${CMAKE_INSTALL_INCLUDEDIR})
if(PLATFORM_LIBS)
string(REGEX REPLACE ";" " -l" PLATFORM_LDADD ";${PLATFORM_LIBS}")
endif()
Expand Down

0 comments on commit 935753a

Please sign in to comment.