Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 484f4ba

Browse files
committed
Merge pull request #2456 from nguerrera/fix-mac-build-warning
Fix warning from cmake about RPATH on Mac OS X
2 parents eacdd5d + 084f36c commit 484f4ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Native/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cmake_minimum_required(VERSION 2.8.12)
22
project(CoreFX)
33

4+
set(CMAKE_MACOSX_RPATH ON)
45
set(CMAKE_INSTALL_PREFIX $ENV{__CMakeBinDir})
56
set(CMAKE_INCLUDE_CURRENT_DIR ON)
67
set(CMAKE_C_FLAGS "-std=c11")

0 commit comments

Comments
 (0)