Skip to content

Commit 52d5e20

Browse files
committed
win32: Fix command in examples/CMakeLists.txt
Signed-off-by: Benn Snyder <benn.snyder@gmail.com>
1 parent 248795a commit 52d5e20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ if (WIN32)
1212
set(THREADS_USE_PTHREADS_WIN32 true)
1313
find_package(Threads REQUIRED)
1414
include_directories(${THREADS_PTHREADS_INCLUDE_DIR})
15-
16-
set_source_file_properties(${SRC_ALL} PROPERTIES LANGUAGE CXX)
15+
set_source_files_properties(${SRC_ALL} PROPERTIES LANGUAGE CXX)
1716
endif()
1817

1918
add_executable(freenect-glview glview.c)

0 commit comments

Comments
 (0)