[cmake] Replace FILTER by REMOVE_ITEM to lower required cmake version
This commit is contained in:
@ -6,7 +6,7 @@ FILE(GLOB ${PACKAGE_NAME}_SOURCES
|
||||
"mseed/*.cpp"
|
||||
)
|
||||
|
||||
LIST(FILTER ${PACKAGE_NAME}_SOURCES EXCLUDE REGEX pluginapplication.cpp)
|
||||
LIST(REMOVE_ITEM ${PACKAGE_NAME}_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/pluginapplication.cpp)
|
||||
|
||||
IF(WIN32)
|
||||
SET(${PACKAGE_NAME}_SOURCES ${${PACKAGE_NAME}_SOURCES} strptime.c)
|
||||
|
Reference in New Issue
Block a user