cmake: accept config options
This commit is contained in:
committed by
Alejandro Mery
parent
a8f9414860
commit
4c49679221
@@ -2,7 +2,7 @@
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../cmake/cmake-conf.in
|
||||
# Copyright (C) 2008 The OpenSDE Project
|
||||
# Copyright (C) 2008 - 2009 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
@@ -12,4 +12,4 @@
|
||||
# GNU General Public License can be found in the file COPYING.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
hook_add preconf 5 'mkdir build; cd build; cmake -DCMAKE_INSTALL_PREFIX=/$prefix -DCMAKE_LIBRARY_PATH=$libdir ..'
|
||||
hook_add preconf 5 'mkdir build; cd build; cmake $confopt $extraconfopt -DCMAKE_INSTALL_PREFIX=/$prefix -DCMAKE_LIBRARY_PATH=$libdir ..'
|
||||
|
||||
Reference in New Issue
Block a user