Commit 96dec418 by Maarten L. Hekkelman

Search $HOME/.local for modules if applicable

parent d7de51d6
...@@ -90,7 +90,7 @@ if(UNIX AND NOT APPLE) ...@@ -90,7 +90,7 @@ if(UNIX AND NOT APPLE)
set(CMAKE_INSTALL_PREFIX "$ENV{HOME}/.local" CACHE PATH "..." FORCE) set(CMAKE_INSTALL_PREFIX "$ENV{HOME}/.local" CACHE PATH "..." FORCE)
# libcifpp will be there as well, likely # libcifpp will be there as well, likely
list(PREPEND CMAKE_MODULE_PATH "$ENV{HOME}/.local") list(PREPEND CMAKE_PREFIX_PATH "$ENV{HOME}/.local")
endif() endif()
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment