diff --git a/src/modelec_core/CMakeLists.txt b/src/modelec_core/CMakeLists.txt index 9e4ad36..c8a5020 100644 --- a/src/modelec_core/CMakeLists.txt +++ b/src/modelec_core/CMakeLists.txt @@ -26,14 +26,14 @@ if(BUILD_TESTING) endif() # Install targets -install(TARGETS - DESTINATION lib/${PROJECT_NAME} -) +#install(TARGETS +# DESTINATION lib/${PROJECT_NAME} +#) # Install include files -install(DIRECTORY include/ - DESTINATION include/ -) +#install(DIRECTORY include/ +# DESTINATION include/ +#) install( DIRECTORY config description launch worlds