Przeglądaj źródła

Merge pull request #800 from richardkchapman/g++

g++ installed to wrong place
Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 13 lat temu
rodzic
commit
cc2844a01c
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 #    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 )