File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,5 @@ setenv @PROJECT_NAME@_VERSION $version
2828setenv @PROJECT_NAME@_GIT_HASH $git_hash
2929
3030prepend-path PATH $root/bin
31- prepend-path CPLUS_INCLUDE_PATH $root/include
32- prepend-path LIBRARY_PATH $root/lib
3331prepend-path LD_LIBRARY_PATH $root/lib
3432prepend-path CMAKE_PREFIX_PATH $root
Original file line number Diff line number Diff line change 22
33export @PROJECT_NAME@_ROOT=@CMAKE_INSTALL_PREFIX@
44
5- export CPLUS_INCLUDE_PATH=@CMAKE_INSTALL_PREFIX@/include:$CPLUS_INCLUDE_PATH
65export PATH=@CMAKE_INSTALL_PREFIX@/bin:$PATH
7- export LIBRARY_PATH=@CMAKE_INSTALL_FULL_LIBDIR@:$LIBRARY_PATH
86export LD_LIBRARY_PATH=@CMAKE_INSTALL_FULL_LIBDIR@:$LD_LIBRARY_PATH
97export CMAKE_PREFIX_PATH=@CMAKE_INSTALL_PREFIX@:$CMAKE_PREFIX_PATH
You can’t perform that action at this time.
0 commit comments