X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b981c9fc49edb4a5f2679b75c82ecd74ac7a50c2..6ae04e68aa7838418bdf7cafdba4a1f5700db814:/FindSimGrid.cmake diff --git a/FindSimGrid.cmake b/FindSimGrid.cmake index cdb6a6b520..4802eacf4d 100644 --- a/FindSimGrid.cmake +++ b/FindSimGrid.cmake @@ -1,6 +1,6 @@ # CMake find module to search for the SimGrid library. -# Copyright (c) 2016-2022. The SimGrid Team. +# Copyright (c) 2016-2023. The SimGrid Team. # # This file is free software; you can redistribute it and/or modify it # under the terms of the license (GNU LGPL) which comes with this package. @@ -13,7 +13,7 @@ # CMAKE_PREFIX_PATH="/path/to/FindSimGrid.cmake:$CMAKE_PREFIX_PATH" cmake . # # If this file does not find SimGrid, define SimGrid_PATH: -# SimGrid_PATH=/path/to/simgrid cmake . +# cmake -DSimGrid_PATH=/path/to/simgrid . # # DEVELOPERS OF PROGRAMS USING SIMGRID