Skip to content

Commit

Permalink
update deps to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Apr 7, 2023
1 parent 05afcbc commit 7334107
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#=============================================================================
# Copyright (c) 2016-2017 Matthieu Haefele
# Copyright (C) 2015-2019 Commissariat a l'energie atomique et aux energies alternatives (CEA)
# Copyright (C) 2015-2023 Commissariat a l'energie atomique et aux energies alternatives (CEA)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -26,8 +25,8 @@ project(pdi_examples LANGUAGES C)

find_package(spdlog)
find_package(MPI REQUIRED COMPONENTS C)
find_package(paraconf REQUIRED COMPONENTS C)
find_package(PDI 0.7 REQUIRED COMPONENTS C)
find_package(paraconf 1.0.0 REQUIRED COMPONENTS C)
find_package(PDI 1.0.0 REQUIRED COMPONENTS C)

set(CMAKE_C_STANDARD 99)

Expand Down

0 comments on commit 7334107

Please sign in to comment.