Skip to content

Commit 9a0d80c

Browse files
committed
cmake: fix spell error
1 parent 970678f commit 9a0d80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include_directories(lib/googletest/googletest/include)
3434

3535
# source codes
3636
file(GLOB INC_ROOT *.hpp)
37-
file(GLOB SRC_ROOT *.CPP)
37+
file(GLOB SRC_ROOT *.cpp)
3838
file(GLOB_RECURSE SRC_TEST src/*.cpp)
3939

4040
set(INC_TEST ${INC_ROOT})

0 commit comments

Comments
 (0)