Skip to content

Commit

Permalink
Remove CMake 3.19 argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-at-work committed Feb 23, 2021
1 parent c82bf17 commit 789bc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clicache/integration-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ add_dependencies(Apache.Geode.Client.UnitTests nuget-restore)


configure_file(test.runsettings.in test.runsettings.gen)
file(GENERATE OUTPUT test.runsettings INPUT ${CMAKE_CURRENT_BINARY_DIR}/test.runsettings.gen TARGET Apache.Geode.Client.UnitTests)
file(GENERATE OUTPUT test.runsettings INPUT ${CMAKE_CURRENT_BINARY_DIR}/test.runsettings.gen)

enable_testing()

Expand Down

0 comments on commit 789bc63

Please sign in to comment.