Fix CMake script which had incorrect target name

This commit is contained in:
2023-08-05 21:21:50 -07:00
parent ac12ba1d0e
commit c5c08f665e

View File

@@ -18,7 +18,7 @@ set(SRCS
add_library(mimir ${SRCS} ${PUBLIC_HEADERS})
SET_TARGET_PROPERTIES(
hydra
mimir
PROPERTIES
VERSION 0.1.0
SOVERSION 0.1