Skip to content
Snippets Groups Projects
Commit e826dd7e authored by Dilawar Singh's avatar Dilawar Singh
Browse files

On debian/ubuntu install-layout option is set to deb.

[skip ci]
parent ac2ffb6e
No related branches found
No related tags found
No related merge requests found
...@@ -407,7 +407,9 @@ execute_process( ...@@ -407,7 +407,9 @@ execute_process(
message( STATUS "Platform ${_platform_desc}" ) message( STATUS "Platform ${_platform_desc}" )
set(EXTRA_ARGS "--prefix ${CMAKE_INSTALL_PREFIX}") # DISTUTILS_EXTRA_ARGS may come of top-level cmake script. On DEBIAN/UBUNTU, it
# is most likely to be --install-layout=deb .
set(EXTRA_ARGS "--prefix ${CMAKE_INSTALL_PREFIX} ${DISTUTILS_EXTRA_ARGS}")
## NOTE: Disable it here. It must be handled by moose repository CMakeLists.txt ## NOTE: Disable it here. It must be handled by moose repository CMakeLists.txt
## which is used in created packages. For normal user, it should install in ## which is used in created packages. For normal user, it should install in
......
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