From d243404d4ba88bcf53f7310cc8980b4efe38c19f Mon Sep 17 00:00:00 2001 From: Marijn Tamis Date: Mon, 1 Apr 2019 14:21:09 +0200 Subject: 1.1.6 Release. --- Externals/CMakeModules/FindPhysX.cmake | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Externals/CMakeModules/FindPhysX.cmake (limited to 'Externals/CMakeModules/FindPhysX.cmake') diff --git a/Externals/CMakeModules/FindPhysX.cmake b/Externals/CMakeModules/FindPhysX.cmake deleted file mode 100644 index 5b07c14..0000000 --- a/Externals/CMakeModules/FindPhysX.cmake +++ /dev/null @@ -1,21 +0,0 @@ -# -# Find PhysX -# -# This is a really dumb finder - it finds the PhysX install we're going to use add_subdirectory on. -# PHYSX_FOUND - System has PhysX -# PHYSX_ROOT_DIR - The PhysX root directory - -# First look for the feature branch, then for the trunk -FIND_PATH( PHYSX_ROOT_DIR Include/PxActor.h - HINTS - ${GW_DEPS_ROOT}/PhysXSDK - ${GW_DEPS_ROOT}/PhysX_3.4 - ${GW_DEPS_ROOT}/sw/physx/PhysXSDK/3.4/trunk - ) - -MESSAGE(${PHYSX_ROOT_DIR}) - -INCLUDE(FindPackageHandleStandardArgs) -FIND_PACKAGE_HANDLE_STANDARD_ARGS(PhysX DEFAULT_MSG PHYSX_ROOT_DIR) - -mark_as_advanced(PHYSX_ROOT_DIR) -- cgit v1.2.3