Skip to content

Commit e8ae020

Browse files
committed
explict cxx
1 parent 6bc1aaa commit e8ae020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/libxsmm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ExternalProject_Add(
4141
UPDATE_COMMAND ""
4242
CONFIGURE_COMMAND ""
4343
BUILD_IN_SOURCE 1
44-
BUILD_COMMAND $(MAKE) --silent PREFIX=${LIBXSMM_INSTALL_DIR} CC=gcc WARP=0 install
44+
BUILD_COMMAND $(MAKE) --silent PREFIX=${LIBXSMM_INSTALL_DIR} CXX=g++ CC=gcc WARP=0 install
4545
INSTALL_COMMAND ""
4646
)
4747
ADD_LIBRARY(libxsmm STATIC IMPORTED GLOBAL)

0 commit comments

Comments
 (0)