Skip to content

Commit

Permalink
Update cmake minimum version based on rapids-cmake
Browse files Browse the repository at this point in the history
Per rapidsai/rapids-cmake#227

Note that this must be manually installed for focal (20.04). The snap version appears to have issues resolving RDKAFKA
  • Loading branch information
pdmack authored Nov 8, 2022
1 parent 00124d1 commit 857508b
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 @@ -14,7 +14,7 @@
# limitations under the License.


cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR)


list(APPEND CMAKE_MESSAGE_CONTEXT "morpheus")
Expand Down

0 comments on commit 857508b

Please sign in to comment.