diff options
Diffstat (limited to 'conf.d/cmake/00-default-osconfig.cmake')
-rw-r--r-- | conf.d/cmake/00-default-osconfig.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.d/cmake/00-default-osconfig.cmake b/conf.d/cmake/00-default-osconfig.cmake index 7762c85..b353fd7 100644 --- a/conf.d/cmake/00-default-osconfig.cmake +++ b/conf.d/cmake/00-default-osconfig.cmake @@ -1,2 +1,3 @@ list(APPEND PKG_REQUIRED_LIST lua>=5.3) -add_compile_options(-DUSE_API_DYN)
\ No newline at end of file +add_compile_options(-DUSE_API_DYN) +set(CMAKE_INSTALL_PREFIX $ENV{HOME}/opt)
\ No newline at end of file |