Skip to content

Commit

Permalink
Clean out debug print statements.
Browse files Browse the repository at this point in the history
(cherry picked from commit 444ef8c)
  • Loading branch information
aclark-aquaveo committed Nov 19, 2020
1 parent a032987 commit 48a46f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ if(WIN32)
string(COMPARE EQUAL "${CONAN_SETTINGS_COMPILER_RUNTIME}" "MTd" USES_MT)
endif()

message("CONAN_SETTINGS_COMPILER_RUNTIME: ${CONAN_SETTINGS_COMPILER_RUNTIME}")
message("USES_MT: ${USES_MT}")

if(USES_MT)
message("Treating wchar_t as a built-in type.")
add_definitions(/Zc:wchar_t) # Treat wchar_t as built-in type
Expand Down

0 comments on commit 48a46f3

Please sign in to comment.