Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 21ba978a authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

copy the config.log in the install path of chameleon

parent 6028e1db
No related branches found
No related tags found
No related merge requests found
......@@ -78,3 +78,7 @@ set(dep_message "${dep_message}"
string(REPLACE ";" " " dep_message_wsc "${dep_message}")
message(${dep_message})
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/config.log "${dep_message_wsc}")
# installation
# ------------
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/config.log DESTINATION share/chameleon)
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