From ed83dad12e8f26c439010f715b75cfbe1a62227f Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 5 Mar 2022 00:15:34 +0100 Subject: [PATCH] Fix the usage of cmake in FindSimGrid 'documentation' --- FindSimGrid.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FindSimGrid.cmake b/FindSimGrid.cmake index cdb6a6b520..e14aeceac1 100644 --- a/FindSimGrid.cmake +++ b/FindSimGrid.cmake @@ -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 -- 2.20.1