Fix accidentally backed-out change to idftools for macOS
This commit is contained in:
parent
6425c5cc1a
commit
9989886517
|
@ -47,6 +47,9 @@ if( APPLE )
|
|||
set_target_properties( idfcyl idfrect dxf2idf idf2vrml PROPERTIES
|
||||
RUNTIME_OUTPUT_DIRECTORY ${OSX_BUNDLE_BUILD_BIN_DIR}
|
||||
)
|
||||
set_target_properties( idfcyl idfrect dxf2idf idf2vrml PROPERTIES INSTALL_RPATH
|
||||
"@executable_path/../Frameworks" )
|
||||
set_target_properties( idfcyl idfrect dxf2idf idf2vrml PROPERTIES BUILD_WITH_INSTALL_RPATH 1 )
|
||||
else()
|
||||
install( TARGETS idfcyl idfrect idf2vrml
|
||||
dxf2idf
|
||||
|
|
Loading…
Reference in New Issue