Skip to content

Commit 1f21dbc

Browse files
committed
change default installation directory for cmake files:
now the default becomes "{CMAKE_INSTALL_LIBDIR}/cmake/cpprestsdk"
1 parent 1aeab07 commit 1f21dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set(WERROR ON CACHE BOOL "Treat Warnings as Errors.")
1919
set(CPPREST_EXCLUDE_WEBSOCKETS OFF CACHE BOOL "Exclude websockets functionality.")
2020
set(CPPREST_EXCLUDE_COMPRESSION OFF CACHE BOOL "Exclude compression functionality.")
2121
set(CPPREST_EXCLUDE_BROTLI ON CACHE BOOL "Exclude Brotli compression functionality.")
22-
set(CPPREST_EXPORT_DIR cpprestsdk CACHE STRING "Directory to install CMake config files.")
22+
set(CPPREST_EXPORT_DIR cmake/cpprestsdk CACHE STRING "Directory to install CMake config files.")
2323
set(CPPREST_INSTALL_HEADERS ON CACHE BOOL "Install header files.")
2424
set(CPPREST_INSTALL ON CACHE BOOL "Add install commands.")
2525

0 commit comments

Comments
 (0)