Skip to content

Commit

Permalink
Do not fail if D was not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Steinbeck committed Apr 14, 2017
1 parent e909deb commit 101ee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/cmake/Modules/FindDCompiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ if (D_COMPILER_FOUND)
message(STATUS "Found host D compiler ${D_COMPILER}, with default flags '${D_COMPILER_FLAGS}'")
message(STATUS "Host D compiler version: ${D_COMPILER_VERSION_STRING}")
else()
message(FATAL_ERROR "No D compiler found! Try setting the 'D_COMPILER' variable or 'DMD' environment variable.")
message(STATUS "Could NOT find D")
endif()

0 comments on commit 101ee66

Please sign in to comment.