Force default mac OS path separator to be / instead of old style :
This commit is contained in:
parent
95aa96a14e
commit
26ee4ea14a
|
@ -175,7 +175,7 @@ include_directories( ${CMAKE_SOURCE_DIR}/src )
|
|||
include_directories( ${CMAKE_SOURCE_DIR}/src/drivers )
|
||||
|
||||
if(APPLE)
|
||||
add_definitions( -DPSS_STYLE=4 )
|
||||
add_definitions( -DPSS_STYLE=1 )
|
||||
else(APPLE)
|
||||
if(UNIX)
|
||||
add_definitions( -DPSS_STYLE=1 )
|
||||
|
|
Loading…
Reference in New Issue