Add EXCLUDE_FROM_ALL
This commit is contained in:
7
3rdParty/stb/CMakeLists.txt
vendored
7
3rdParty/stb/CMakeLists.txt
vendored
@@ -1,9 +1,10 @@
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
stb
|
||||
GIT_REPOSITORY https://github.com/nothings/stb.git
|
||||
GIT_SHALLOW TRUE
|
||||
stb
|
||||
EXCLUDE_FROM_ALL
|
||||
GIT_REPOSITORY https://github.com/nothings/stb.git
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
FetchContent_MakeAvailable(stb)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user