Skip to content
Snippets Groups Projects
Commit 0e7b443d authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

typo

parent 8a6ee714
No related branches found
No related tags found
No related merge requests found
...@@ -108,10 +108,10 @@ execute_process( ...@@ -108,10 +108,10 @@ execute_process(
OUTPUT_VARIABLE out OUTPUT_VARIABLE out
) )
IF(err) IF(err)
ERROR("cannot create symlink ${CMAKE_INSTALL_PREFIX} ${CMAKE_CURRENT_SOURCE_DIR}/usr/local" ERROR("cannot create symlink ${CMAKE_INSTALL_PREFIX} ${CMAKE_CURRENT_SOURCE_DIR}/usr/local")
ELSE() ELSE()
MESG("created symlink ${CMAKE_INSTALL_PREFIX}->${CMAKE_CURRENT_SOURCE_DIR}/usr/local") MESG("created symlink ${CMAKE_INSTALL_PREFIX}->${CMAKE_CURRENT_SOURCE_DIR}/usr/local")
ENDIF() ENDIF()
IF(CHAOS_CCS) IF(CHAOS_CCS)
MESG("CCS compilation ENABLED") MESG("CCS compilation ENABLED")
...@@ -140,4 +140,4 @@ IF(err) ...@@ -140,4 +140,4 @@ IF(err)
ELSE() ELSE()
ERROR("missing /usr/local/chaos/qt5.6-static-x86_64/bin/qmake") ERROR("missing /usr/local/chaos/qt5.6-static-x86_64/bin/qmake")
ENDIF() ENDIF()
ENDIF() ENDIF()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment