Remove all LIBxxx_VERSION hacks, cmake.mk can cope that now

This commit is contained in:
rsadowski 2022-03-18 21:19:06 +00:00
parent 301cefb6f4
commit f16a083769
1 changed files with 0 additions and 9 deletions

View File

@ -23,12 +23,3 @@ Index: CMakeLists.txt
set(DL_LIB "dl")
endif()
find_package(Threads)
@@ -374,7 +380,7 @@ set_target_properties(nekovm libneko
set_target_properties(libneko
PROPERTIES
- VERSION ${NEKO_VERSION}
+ VERSION ${LIBneko_VERSION}
SOVERSION ${NEKO_VERSION_MAJOR}
COMPILE_DEFINITIONS "_USRDLL;NEKOVM_DLL_EXPORTS;NEKO_SOURCES"
PUBLIC_HEADER "${libneko_public_headers}"