diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-04-09 15:25:38 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2017-04-09 15:25:38 +0200 |
commit | 110ce18498753385fb880704490c9d86807a471f (patch) | |
tree | 7256689a80cba0c42b387872b54aab3a6e99fcc3 /etc/config.cmake | |
parent | 6e70aac6c9f02496978d3d02efb355d66fb36ceb (diff) |
Fixes make install destination dir and README
Diffstat (limited to 'etc/config.cmake')
-rw-r--r-- | etc/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/config.cmake b/etc/config.cmake index f8d11dc..ae27a86 100644 --- a/etc/config.cmake +++ b/etc/config.cmake @@ -55,7 +55,7 @@ # Install default destination # -------------------------------- - set(binding_install_dir ${CMAKE_INSTALL_FULL_LIBDIR}/${PROJECT_NAME}) + # set(BINDINGS_INSTALL_DIR DestinationPath ) # Print a helper message when every thing is finished # ---------------------------------------------------- |