Skip to content
Snippets Groups Projects

macOS compatibility + cleaning

Merged Boman Romain requested to merge boman into master
1 file
+ 0
0
Compare changes
  • Side-by-side
  • Inline
@@ -12,10 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
find_path(NUMPY_INCLUDE_DIR "numpy/arrayobject.h")
# "maclam" is the mac of R Boman
# ----------------------------------------------------------------------------
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(NUMPY DEFAULT_MSG
NUMPY_INCLUDE_DIR)
# set custom python
SET(Python3_ROOT_DIR "/Library/Frameworks/Python.framework/Versions/3.7" CACHE PATH "" FORCE)
Loading