aboutsummaryrefslogtreecommitdiff
path: root/cmake/host.cmake
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-07-23 04:14:40 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-07-23 04:23:05 +0200
commit79c0164c219a072750e69ae2b13321d2313e22cc (patch)
tree01eb41b48fc738726198e55a1332e8009199f867 /cmake/host.cmake
parent7a6f5cd2e6c1553249ef480d76fba885e2c36b23 (diff)
downloadrts-79c0164c219a072750e69ae2b13321d2313e22cc.tar.gz
Create cdroot directory on common CMakeLists.txt
Diffstat (limited to 'cmake/host.cmake')
-rw-r--r--cmake/host.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/host.cmake b/cmake/host.cmake
index 7974ee5..bb0827d 100644
--- a/cmake/host.cmake
+++ b/cmake/host.cmake
@@ -1,4 +1,3 @@
-file(MAKE_DIRECTORY ${cdroot})
find_package(SDL 1.2 REQUIRED)
find_package(SDL_mixer 1.2 REQUIRED)
find_package(SDL_gfx 2.0 REQUIRED)