From 60d560910d441f8908a5d519f7b731d1df8257a1 Mon Sep 17 00:00:00 2001 From: quemy Date: Sat, 3 Nov 2012 15:45:38 +0100 Subject: [PATCH] Fix a bug with the /mo/explorer folder during the installation --- mo/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mo/src/CMakeLists.txt b/mo/src/CMakeLists.txt index d6e7f4185..f3d589e4f 100644 --- a/mo/src/CMakeLists.txt +++ b/mo/src/CMakeLists.txt @@ -9,7 +9,7 @@ install(FILES ${HDRS} DESTINATION local/include${INSTALL_SUB_DIR}/mo COMPONENT h ### 1) Install directories ###################################################################################### -install(DIRECTORY acceptCrit algo comparator continuator coolingSchedule eval eplorer memory neighborhood perturb problems sampling +install(DIRECTORY acceptCrit algo comparator continuator coolingSchedule eval explorer memory neighborhood perturb problems sampling DESTINATION local/include${INSTALL_SUB_DIR}/mo COMPONENT headers FILES_MATCHING PATTERN "*.h"