Skip to content

Commit

Permalink
Merge pull request #2320 from Tones29/master
Browse files Browse the repository at this point in the history
Fix cmake warning: Logical block closes with mis-matching arguments
  • Loading branch information
taketwo authored May 25, 2018
2 parents a4e4692 + fea180e commit 5f0cf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if(NOT WIN32)
mark_as_advanced(PCL_IO_ENABLE_MAND_LOCKING)
if (NOT PCL_IO_ENABLE_MAND_LOCKING)
add_definitions(-DNO_MANDATORY_LOCKING)
endif(PCL_IO_ENABLE_MAND_LOCKING)
endif(NOT PCL_IO_ENABLE_MAND_LOCKING)
endif(NOT WIN32)

if(build)
Expand Down

0 comments on commit 5f0cf69

Please sign in to comment.