Skip to content
Snippets Groups Projects
Commit 9fc7802d authored by ilor's avatar ilor
Browse files

fix build issue

parent 09859b9c
Branches
No related merge requests found
...@@ -23,7 +23,7 @@ SET(libwccl_STAT_SRC ...@@ -23,7 +23,7 @@ SET(libwccl_STAT_SRC
file(GLOB_RECURSE INCS "*.h") file(GLOB_RECURSE INCS "*.h")
add_library(wccl SHARED ${libwccl_STAT_SRC} ${INCS}) add_library(wccl SHARED ${libwccl_STAT_SRC} ${INCS})
target_link_libraries ( wccl ${LIBS} ) target_link_libraries ( wccl ${LIBS} pwrutils)
set_target_properties(wccl PROPERTIES set_target_properties(wccl PROPERTIES
VERSION "${ver_major}.${ver_minor}" VERSION "${ver_major}.${ver_minor}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment