mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Another try with Cmake for R for OSX
This commit is contained in:
@@ -17,6 +17,10 @@ ENDIF()
|
||||
find_program(R_EXEC
|
||||
NAMES R
|
||||
PATHS ${R_BIN}
|
||||
NO_SYSTEM_ENVIRONMENT_PATH
|
||||
NO_CMAKE_SYSTEM_PATH
|
||||
NO_DEFAULT_PATH
|
||||
NO_CMAKE_PATH
|
||||
)
|
||||
MESSAGE(STATUS "R_EXEC= ${R_EXEC}")
|
||||
# Parse the output of the R path commmand, removing whitespace
|
||||
|
||||
Reference in New Issue
Block a user