Skip to content

Commit 64a91de

Browse files
committed
Change libdirs to include both lib and lib64 directories
1 parent 00ba5ae commit 64a91de

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
@@ -156,7 +156,7 @@ command_line_arg(cmake_install_includedirs include STRING
156156
)
157157
#
158158
# cmake_install_libdirs
159-
command_line_arg(cmake_install_libdirs lib STRING
159+
command_line_arg(cmake_install_libdirs "lib;lib64" STRING
160160
"directories, below prefix, where cmake installs library files"
161161
)
162162
#

0 commit comments

Comments
 (0)