Update message in Findngspice.cmake

This commit is contained in:
Chris Pavlina 2018-01-08 23:30:48 -07:00
parent 0e9c8a4238
commit 87cc3ea445
1 changed files with 1 additions and 1 deletions

View File

@ -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( "Most of ngspice packages do not provide the required libngspice library." )
message( "You can either compile ngspice configured with --with-ngshared parameter" ) message( "You can either compile ngspice configured with --with-ngshared parameter" )
message( "or run a script that does the job for you:" ) 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( " chmod +x get_libngspice_so.sh" )
message( " ./get_libngspice_so.sh" ) message( " ./get_libngspice_so.sh" )
message( " sudo ./get_libngspice_so.sh install" ) message( " sudo ./get_libngspice_so.sh install" )