Skip to content

Commit

Permalink
Fix CmakeLists change
Browse files Browse the repository at this point in the history
  • Loading branch information
amon-ra committed Jul 19, 2015
1 parent f197789 commit e78a7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ endif()

# Assume release build by default
if(NOT CMAKE_BUILD_TYPE)
#IGNORE set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "" FORCE)
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "" FORCE)
endif()

# Minimum version requirements
Expand Down

0 comments on commit e78a7d2

Please # to comment.