Skip to content

Commit

Permalink
Fixed CMake parens.
Browse files Browse the repository at this point in the history
Not sure why this was not a problem with upstream projects before.
  • Loading branch information
tclune committed Dec 19, 2019
1 parent 33dbb04 commit 3425b90
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 @@ -31,7 +31,7 @@ if (PFUNIT_FOUND)
include (CheckCompilerCapabilities)

enable_testing()
if (NOT TARGET (tests))
if (NOT TARGET tests)
add_custom_target(tests COMMAND ${CMAKE_CTEST_COMMAND})
endif ()

Expand Down

0 comments on commit 3425b90

Please sign in to comment.