mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-01 17:18:25 -05:00
6 lines
161 B
CMake
Executable File
6 lines
161 B
CMake
Executable File
list(FIND ARGS "COMPONENTS" COMPONENTS_IDX)
|
|
if(COMPONENTS_IDX EQUAL -1)
|
|
_find_package(${ARGS} COMPONENTS data)
|
|
else()
|
|
_find_package(${ARGS})
|
|
endif() |