Skip to content

Commit 186230d

Browse files
cmake: Remove hardcoded install prefix
Co-authored-by: Eric Kilmer <eric.d.kilmer@gmail.com>
1 parent 98a1e59 commit 186230d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ if (PATCHESTRY_INSTALL)
282282
# Executables are handled in the respective tools/CMakeLists.txt files.
283283
# TODO: Should we be moving over html docs and other files?
284284
install(DIRECTORY ${PE_VENDOR_INSTALL_DIR}/
285-
DESTINATION ${CMAKE_INSTALL_PREFIX}
285+
DESTINATION .
286286
USE_SOURCE_PERMISSIONS
287287
FILES_MATCHING
288288
PATTERN "*.h"

0 commit comments

Comments
 (0)