Skip to content

Commit

Permalink
Replacing hardcoded 'lib' by the CMAKE variable in ElVars file
Browse files Browse the repository at this point in the history
  • Loading branch information
rocanale committed Dec 19, 2016
1 parent bf878eb commit dabf7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configure_files/ElVars.in
@@ -1,7 +1,7 @@
# To help simplify including Elemental in external projects

EL_INC = @CMAKE_INSTALL_PREFIX@/include
EL_LIB = @CMAKE_INSTALL_PREFIX@/lib
EL_LIB = @CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@

CC = @CMAKE_C_COMPILER@
CXX = @CMAKE_CXX_COMPILER@
Expand Down

0 comments on commit dabf7e9

Please sign in to comment.