Merge branch 'master' into openmp

This commit is contained in:
Caner Candan 2011-01-28 15:27:24 +01:00
commit 534b8a73ad
90 changed files with 7670 additions and 12 deletions

View file

@ -65,6 +65,9 @@ INCLUDE(Dart OPTIONNAL)
# now create config headers
CONFIGURE_FILE(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
# now create config install_symlink script file
CONFIGURE_FILE(install_symlink.py.cmake ${CMAKE_CURRENT_BINARY_DIR}/install_symlink.py)
# Set a special flag if the environment is windows (should do the same in a config.g file)
IF (WIN32)
ADD_DEFINITIONS(-D_WINDOWS=1)