Modification on eo/src/CMakeLists.txt : comment the line which adds serial subdirectory for cmake compilation (subfolder now out of the eo module).
This commit is contained in:
parent
d4dd1b52ef
commit
9a75fb113e
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ install(DIRECTORY do es ga gp other utils
|
|||
add_subdirectory(es)
|
||||
add_subdirectory(ga)
|
||||
add_subdirectory(utils)
|
||||
add_subdirectory(serial)
|
||||
#add_subdirectory(serial)
|
||||
|
||||
if(ENABLE_PYEO)
|
||||
add_subdirectory(pyeo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue