Use CACHE variable for other common CMAKE variable
[apps/app-templates.git] / cmake / common.cmake
index e764d34..8e57b26 100644 (file)
@@ -85,6 +85,7 @@ foreach(file ${system_cmakefiles} ${home_cmakefiles} ${project_cmakefiles})
        include(${file})
 endforeach()
 
+set_install_prefix()
 prevent_in_source_build()
 
 if(DEFINED PROJECT_SRC_DIR_PATTERN)