Skip to content

Commit 7dc9977

Browse files
authored
Merge pull request #68 from JRPan/dev
CMAKE_BUILD_TYPE should be inside ${}
2 parents bc8061f + 570d75c commit 7dc9977

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gpgpusim_check.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ if(NOT CMAKE_BUILD_TYPE)
121121
set(GPGPUSIM_BUILD_MODE "release" CACHE STRING "" FORCE)
122122
else()
123123
string(TOLOWER "${CMAKE_BUILD_TYPE}" GPGPUSIM_BUILD_MODE)
124-
set(CMAKE_BUILD_TYPE Debug)
125124
endif()
126125
message(CHECK_PASS "${CMAKE_BUILD_TYPE}")
127126
# TODO: Make this step an installation phase that handle copying so and creating symlinks

0 commit comments

Comments
 (0)