Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit f046e0a

Browse files
committed
Minor update
1 parent 5de2633 commit f046e0a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ ADD_SUBDIRECTORY(ext/libgit2 ${CMAKE_BINARY_DIR}/lib)
1010
INCLUDE(CMakePackageConfigHelpers)
1111

1212
# Sources for cppgit2
13-
FILE(GLOB CPPGIT2_SOURCES
14-
"src/*.cpp"
15-
)
13+
FILE(GLOB CPPGIT2_SOURCES "src/*.cpp")
1614

1715
# Version information
1816
SET(CPPGIT2_VERSION_MAJOR 0)

0 commit comments

Comments
 (0)