Skip to content

Commit af10183

Browse files
authored
Merge pull request #1575 from SCIInstitute/python_osx_build_fix
Preferences library needs to have python path changed in OS X app.
2 parents 0485720 + ef5f7ec commit af10183

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Main/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ IF(APPLE)
180180
WORKING_DIRECTORY ${SCIRun_BINARY_DIR})
181181

182182
SET(SCIRUN_LIBS "Core_Application"
183+
"Core_Application_Preferences"
183184
"Core_Python"
184185
"SCIRunPythonAPI"
185186
"Interface_Application"
@@ -244,6 +245,7 @@ IF(APPLE)
244245
WORKING_DIRECTORY ${SCIRun_BINARY_DIR})
245246

246247
SET(SCIRUN_LIBS "Core_Application"
248+
"Core_Application_Preferences"
247249
"Core_Python"
248250
"SCIRunPythonAPI"
249251
"Engine_Network"

0 commit comments

Comments
 (0)