Skip to content

Commit

Permalink
Merge pull request #906 from heplesser/remove-check-target
Browse files Browse the repository at this point in the history
Remove check target
  • Loading branch information
jougs authored Mar 13, 2018
2 parents 635a0d3 + 0ca8d2c commit d3d8630
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,6 @@ else ()
)
endif ()

add_custom_target( check
COMMAND export CTEST_OUTPUT_ON_FAILURE=1 &&
${CMAKE_CTEST_COMMAND} -C ${CMAKE_BUILD_TYPE}
WORKING_DIRECTORY "${PROJECT_BINARY_DIR}"
)

################################################################################
################## Define Subdirectories here ##################
################################################################################
Expand Down

0 comments on commit d3d8630

Please sign in to comment.