mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[CMAKE]
- No need to check these drivers for CMAKE_CROSSCOMPILING. svn path=/branches/cmake-bringup/; revision=48295
This commit is contained in:
parent
d667e37083
commit
1bdc83e770
1 changed files with 0 additions and 5 deletions
|
@ -1,11 +1,6 @@
|
|||
|
||||
if(CMAKE_CROSSCOMPILING)
|
||||
|
||||
add_subdirectory(chew)
|
||||
add_subdirectory(csq)
|
||||
#add_subdirectory(ip)
|
||||
#add_subdirectory(oskittcp)
|
||||
#add_subdirectory(sound)
|
||||
|
||||
else()
|
||||
endif()
|
Loading…
Reference in a new issue