Skip to content

Commit

Permalink
refactored so environment variables aren't needed for this project
Browse files Browse the repository at this point in the history
  • Loading branch information
enjalot committed Jul 29, 2010
1 parent 28f0fa7 commit ffb920a
Show file tree
Hide file tree
Showing 19 changed files with 6,553 additions and 478 deletions.
4 changes: 3 additions & 1 deletion README
Expand Up @@ -9,7 +9,9 @@ cmake/
cmake modules to help find necessary libraries

environment/
scripts to set the environment variables that cmake needs
scripts to set the environment variables for using this project
with my BGEnjaParticles project
http://github.com/enjalot/BGEnjaParticles



Expand Down
152 changes: 0 additions & 152 deletions cmake/COMMON_CONFIG.cmake

This file was deleted.

6 changes: 3 additions & 3 deletions cmake/FindOPENCL.cmake
Expand Up @@ -22,10 +22,10 @@ ELSE (WIN32)

# Unix style platforms
# We also search for OpenCL in the NVIDIA GPU SDK default location
SET(OPENCL_INCLUDE_DIR "$ENV{OPENCL_HOME}/common/inc"
CACHE PATH "path to Opencl Include files")
#SET(OPENCL_INCLUDE_DIR "$ENV{OPENCL_HOME}/common/inc"
# CACHE PATH "path to Opencl Include files")

message(***** OPENCL_INCLUDE_DIR: "${OPENCL_INCLUDE_DIR}" ********)
#message(***** OPENCL_INCLUDE_DIR: "${OPENCL_INCLUDE_DIR}" ********)

# does not work. WHY?
#SET(inc $ENV{CUDA_LOCAL}/../OpenCL/common/inc /usr/include)
Expand Down
106 changes: 0 additions & 106 deletions cmake/OSX_CONFIG.cmake

This file was deleted.

0 comments on commit ffb920a

Please sign in to comment.