Merge branch 'master' of git+ssh://localhost:8481/gitroot/paradiseo/paradiseo

This commit is contained in:
Johann Dreo 2013-02-22 14:01:12 +01:00
commit 6cd61e2e2c
28 changed files with 560 additions and 425 deletions

View file

@ -18,7 +18,7 @@ enable_language(CXX)
## Test the presence of a compiler
if("${CMAKE_CXX_COMPILER}" STREQUAL "" OR "${CMAKE_C_COMPILER}" STREQUAL "")
message(FATAL_ERROR "No compiler found !")
message(FATAL_ERROR "No compiler found!")
endif()
## Versioning
@ -35,6 +35,7 @@ SET(GLOBAL_VERSION "${VERSION}")
######################################################################################
## Optional
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/module" CACHE INTERNAL "Cmake module" FORCE)
include(FindDoxygen OPTIONAL)
######################################################################################