Skip to content

Commit d3db862

Browse files
committed
Fix a typo in the CMakeLists file
PiperOrigin-RevId: 267678215
1 parent d63e9b2 commit d3db862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ build_flatbuffers("${CMAKE_CURRENT_LIST_DIR}/google_services.fbs"
8484

8585
set(log_common_SRCS
8686
src/log.cc
87-
set/log.h
87+
src/log.h
8888
src/logger.cc
8989
src/logger.h)
9090
set(log_common_HDRS)

0 commit comments

Comments
 (0)