Skip to content

Commit

Permalink
fix gpu_tests option usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcostume committed Jul 1, 2016
1 parent 4a03a42 commit 96dbfd4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ if(NOT OPTION_BUILD_TESTS)
return()
endif()

if(NOT OPTION_BUILD_GPU_TESTS)
return()
endif()


# DISABLE CMP0037: Target names should not be reserved and should match a validity pattern.
cmake_policy(SET CMP0037 OLD)

Expand Down

0 comments on commit 96dbfd4

Please sign in to comment.