Working
This commit is contained in:
@@ -16,6 +16,7 @@ set(CMAKE_TARGET_DEFINITIONS_CXX
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"/usr/local/Cellar/open-mpi/4.0.2/include"
|
||||
"/usr/local/include"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
|
||||
@@ -1,2 +1,7 @@
|
||||
# Empty dependencies file for HW10.
|
||||
# This may be replaced when dependencies are built.
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
||||
|
||||
CMakeFiles/HW10.dir/main.cpp.o: ../main.cpp
|
||||
CMakeFiles/HW10.dir/main.cpp.o: /usr/local/Cellar/open-mpi/4.0.2/include/mpi.h
|
||||
CMakeFiles/HW10.dir/main.cpp.o: /usr/local/Cellar/open-mpi/4.0.2/include/mpi_portable_platform.h
|
||||
|
||||
|
||||
@@ -6,5 +6,5 @@ CXX_FLAGS = -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sd
|
||||
|
||||
CXX_DEFINES = -DOMPI_SKIP_MPICXX
|
||||
|
||||
CXX_INCLUDES = -isystem /usr/local/Cellar/open-mpi/4.0.2/include
|
||||
CXX_INCLUDES = -isystem /usr/local/Cellar/open-mpi/4.0.2/include -isystem /usr/local/include
|
||||
|
||||
|
||||
Reference in New Issue
Block a user