From b355167c54db33b40258e5871b11bad3117dccb8 Mon Sep 17 00:00:00 2001 From: Filip Szweda Date: Fri, 6 Oct 2023 10:32:45 +0200 Subject: [PATCH] Fix --- ebpfdiscoverysrv/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebpfdiscoverysrv/CMakeLists.txt b/ebpfdiscoverysrv/CMakeLists.txt index f72836a2..37b5d55c 100644 --- a/ebpfdiscoverysrv/CMakeLists.txt +++ b/ebpfdiscoverysrv/CMakeLists.txt @@ -5,4 +5,4 @@ add_executable(${TARGET} ${SOURCES}) target_link_libraries(${TARGET} Boost::program_options) target_link_libraries(${TARGET} ebpfdiscovery) -target_compile_definitions(${TARGET} PUBLIC PROJECT_VERSION=${PROJECT_VERSION}) +target_compile_definitions(${TARGET} PUBLIC PROJECT_VERSION="${PROJECT_VERSION}")