minor changes

This commit is contained in:
Evgeny
2018-06-04 15:43:09 -05:00
parent 53b9f54af8
commit 8dd94db8d1
5 changed files with 28 additions and 26 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ if ( NOT DEFINED CMAKE_PREFIX_PATH AND DEFINED ENV{CMAKE_PREFIX_PATH} )
set ( CMAKE_PREFIX_PATH $ENV{CMAKE_PREFIX_PATH} )
endif()
set ( HIP_INC_DIR $ENV{HIP_INC_DIR} )
set ( HIP_INC_DIR "$ENV{HIP_PATH}/include" )
## Extend Compiler flags based on build type
string ( TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE )