some modifications for EDO
You have to sove this problems: EDO: t-dispatcher-round (commented) MOOE: Lesson4 (commented) MO: t-moRndIndexedVectorTabuList (commented)
This commit is contained in:
parent
dea818c2b5
commit
23df679f51
11 changed files with 84 additions and 50 deletions
|
|
@ -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)
|
||||
|
||||
######################################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue