diff --git a/general/graphlib/jasper.xml b/general/graphlib/jasper.xml index 67c52ae748..988c07a529 100644 --- a/general/graphlib/jasper.xml +++ b/general/graphlib/jasper.xml @@ -84,7 +84,6 @@ cd BUILD && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU" \ -DCMAKE_SKIP_INSTALL_RPATH=YES \ .. && make @@ -113,11 +112,11 @@ install -v -m644 ../doc/*.pdf /usr/share/doc/jasper-&jasper-version; Command Explanations - -DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU": This - option is needed so the jiv program can be sucessfully - built. + : This option + is needed so the jiv program can be sucessfully built. + If is installed, this option is required. - -DCMAKE_SKIP_INSTALL_RPATH=YES: This option removes + : This option removes embedded library search paths.