Skip to content

Commit 340bb06

Browse files
committed
Remove quotes
1 parent 7bf437c commit 340bb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SCE/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ file(GLOB_RECURSE SCE_SOURCES "*.c")
22
file(GLOB_RECURSE SCE_PUBLIC_HEADERS "public/*.h")
33

44
add_library(openscap_sce SHARED
5-
"${SCE_SOURCES}"
5+
${SCE_SOURCES}
66
"${CMAKE_SOURCE_DIR}/src/common/list.c"
77
"${CMAKE_SOURCE_DIR}/src/common/oscap_string.c"
88
"${CMAKE_SOURCE_DIR}/src/common/oscap_buffer.c"

0 commit comments

Comments
 (0)