+ Fix target name
This commit is contained in:
parent
1dcbf6a06d
commit
1f8c2e8f2c
|
@ -59,7 +59,7 @@ elseif(MINGW)
|
|||
else(MSVC)
|
||||
set_target_properties(Web PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/Mod/Web)
|
||||
set_target_properties(Web PROPERTIES PREFIX "")
|
||||
set_target_properties(Fem PROPERTIES INSTALL_RPATH ${INSTALL_RPATH})
|
||||
set_target_properties(Web PROPERTIES INSTALL_RPATH ${INSTALL_RPATH})
|
||||
endif(MSVC)
|
||||
|
||||
install(TARGETS Web DESTINATION lib)
|
||||
|
|
Loading…
Reference in New Issue
Block a user