Skip to content

Commit

Permalink
Merge pull request accel-sim#68 from JRPan/dev
Browse files Browse the repository at this point in the history
CMAKE_BUILD_TYPE should be inside ${}
  • Loading branch information
William-An authored Apr 8, 2024
2 parents bc8061f + 570d75c commit 7dc9977
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gpgpusim_check.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ if(NOT CMAKE_BUILD_TYPE)
set(GPGPUSIM_BUILD_MODE "release" CACHE STRING "" FORCE)
else()
string(TOLOWER "${CMAKE_BUILD_TYPE}" GPGPUSIM_BUILD_MODE)
set(CMAKE_BUILD_TYPE Debug)
endif()
message(CHECK_PASS "${CMAKE_BUILD_TYPE}")
# TODO: Make this step an installation phase that handle copying so and creating symlinks
Expand Down

0 comments on commit 7dc9977

Please sign in to comment.