Skip to content

Commit

Permalink
win32: Fix command in examples/CMakeLists.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Benn Snyder <[email protected]>
  • Loading branch information
piedar committed May 18, 2014
1 parent 248795a commit 52d5e20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ if (WIN32)
set(THREADS_USE_PTHREADS_WIN32 true)
find_package(Threads REQUIRED)
include_directories(${THREADS_PTHREADS_INCLUDE_DIR})

set_source_file_properties(${SRC_ALL} PROPERTIES LANGUAGE CXX)
set_source_files_properties(${SRC_ALL} PROPERTIES LANGUAGE CXX)
endif()

add_executable(freenect-glview glview.c)
Expand Down

0 comments on commit 52d5e20

Please sign in to comment.