Skip to content

Commit

Permalink
Distclean may be used from build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni Rönkkö committed Aug 8, 2017
1 parent 61acf0a commit 6861e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif()
# Add distclean target
add_custom_target (distclean
COMMAND ${CMAKE_BUILD_TOOL} clean
COMMAND ${CMAKE_COMMAND} -P distclean.cmake
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_SOURCE_DIR}/distclean.cmake
)

# Build example programs
Expand Down

0 comments on commit 6861e27

Please sign in to comment.