yakov pushed a commit to branch master. http://git.enlightenment.org/tools/erigo.git/commit/?id=c8ae131747ba19e7c7fb8da25cebc10cc6f91726
commit c8ae131747ba19e7c7fb8da25cebc10cc6f91726 Author: Yakov Goldberg <[email protected]> Date: Thu Feb 12 17:06:25 2015 +0200 Clean up Cmake script Remove INSTALL_PREFIX overriding in Release mode. Don't know how it happened :) --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f405e66..846eed1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,10 +13,6 @@ endif(NOT CMAKE_BUILD_TYPE) string(TOLOWER ${CMAKE_BUILD_TYPE} EGUI_BUILD_TYPE) string(COMPARE EQUAL ${EGUI_BUILD_TYPE} release EGUI_IS_RELEASE) -if (${EGUI_IS_RELEASE}) - set(CMAKE_INSTALL_PREFIX /opt/e17) -endif(${EGUI_IS_RELEASE}) - set(EGUI_COMMON_DEFINITIONS -DELM_INTERNAL_API_ARGESFSDFEFC -DEFL_EO_API_SUPPORT -DEFL_BETA_API_SUPPORT) add_definitions(${EGUI_COMMON_DEFINITIONS}) --
