Skip to content

Commit

Permalink
Fix cmake warning: Logical block closes with mis-matching arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tones29 committed May 25, 2018
1 parent a4e4692 commit fea180e
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 fea180e

Please sign in to comment.