Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c428ab

Browse files
committed
use standard libdir (which is an arch triple on Debian) instead of hardcoded "lib" for cmake package files
1 parent0695d62 commit4c428ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include(GNUInstallDirs)
1616
if(WIN32ANDNOTCYGWIN)
1717
set(DEF_INSTALL_CMAKE_DIRCMake)
1818
else()
19-
set(DEF_INSTALL_CMAKE_DIRlib/cmake/cppnetlib)
19+
set(DEF_INSTALL_CMAKE_DIR${CMAKE_INSTALL_LIBDIR}/cmake/cppnetlib)
2020
endif()
2121
set(INSTALL_CMAKE_DIR${DEF_INSTALL_CMAKE_DIR}CACHEPATH"Installation directory for CMake files")
2222

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp