maybe not
This commit is contained in:
parent
cf9148141c
commit
8098604c03
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ endmacro()
|
|||
|
||||
macro(setup_library name)
|
||||
if(ARGV2)
|
||||
setup_base(library ${name} ${CMAKE_INSTALL_LIBDIR}/ARGV2)
|
||||
setup_base(library ${name} ARGV2)
|
||||
else()
|
||||
setup_base(library ${name} ${CMAKE_INSTALL_LIBDIR})
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue