From 87cc3ea445a72a1fcc31d0548a6c0bd80c850eea Mon Sep 17 00:00:00 2001 From: Chris Pavlina Date: Mon, 8 Jan 2018 23:30:48 -0700 Subject: [PATCH] Update message in Findngspice.cmake --- CMakeModules/Findngspice.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/Findngspice.cmake b/CMakeModules/Findngspice.cmake index 4901689406..5a09afbe1f 100644 --- a/CMakeModules/Findngspice.cmake +++ b/CMakeModules/Findngspice.cmake @@ -20,7 +20,7 @@ if( ${NGSPICE_INCLUDE_DIR} STREQUAL "NGSPICE_INCLUDE_DIR-NOTFOUND" OR ${NGSPICE_ message( "Most of ngspice packages do not provide the required libngspice library." ) message( "You can either compile ngspice configured with --with-ngshared parameter" ) message( "or run a script that does the job for you:" ) - message( " wget https://orson.net.pl/pub/libngspice/get_libngspice_so.sh" ) + message( " cd ./scripts" ) message( " chmod +x get_libngspice_so.sh" ) message( " ./get_libngspice_so.sh" ) message( " sudo ./get_libngspice_so.sh install" )