OSDN Git Service

remove the ability to override mkspecs via vendor file
authorIvailo Monev <xakepa10@laimg.moc>
Sun, 26 May 2019 01:42:32 +0000 (01:42 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Sun, 26 May 2019 01:42:32 +0000 (01:42 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
mkspecs/mkspecs.cmake

index 9200f58..2205242 100644 (file)
@@ -93,9 +93,3 @@ endif()
 if(EXISTS ${KATIE_MKSPECS_DIR}/${KATIE_PLATFORM}/${KATIE_PLATFORM}.cmake)
     include(${KATIE_MKSPECS_DIR}/${KATIE_PLATFORM}/${KATIE_PLATFORM}.cmake)
 endif()
-
-# for distributions to override build specifications, do note that paths specified on the command
-# line during configuration override even that file
-if(EXISTS ${KATIE_MKSPECS_DIR}/${KATIE_PLATFORM}/vendor.cmake)
-    include(${KATIE_MKSPECS_DIR}/${KATIE_PLATFORM}/vendor.cmake)
-endif()