mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Explicitely include CMakeDependantOption for CMAKE_DEPENDANT_OPTION
This commit is contained in:
parent
98f534b1bd
commit
0fc3e5fa1e
1 changed files with 1 additions and 0 deletions
1
3rdparty/CMakeLists.txt
vendored
1
3rdparty/CMakeLists.txt
vendored
|
@ -1,5 +1,6 @@
|
|||
find_package(PkgConfig)
|
||||
include(ExternalProject)
|
||||
include(CMakeDependentOption)
|
||||
|
||||
# Dummy target to use when lib isn't available
|
||||
add_library(3rdparty_dummy_lib INTERFACE)
|
||||
|
|
Loading…
Add table
Reference in a new issue