Explorar el Código

Merge pull request #800 from richardkchapman/g++

g++ installed to wrong place
Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday hace 13 años
padre
commit
cc2844a01c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      deploy/gcc3/bin/CMakeLists.txt

+ 1 - 1
deploy/gcc3/bin/CMakeLists.txt

@@ -16,4 +16,4 @@
 #    You should have received a copy of the GNU Affero General Public License
 #    You should have received a copy of the GNU Affero General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ################################################################################
 ################################################################################
-Install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/g++ DESTINATION ${OSSDIR}/componentfiles COMPONENT Runtime )
+Install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/g++ DESTINATION ${OSSDIR}/componentfiles/cl/bin COMPONENT Runtime )