Commit 283f4883 by Maarten L. Hekkelman

Fix makefile

parent ce9842f6
...@@ -136,7 +136,7 @@ if(GXX_LIBSTDCPP) ...@@ -136,7 +136,7 @@ if(GXX_LIBSTDCPP)
message(STATUS "You are probably trying to compile using the g++ standard library which contains a crashing std::regex implementation. Will try to use boost::regex instead") message(STATUS "You are probably trying to compile using the g++ standard library which contains a crashing std::regex implementation. Will try to use boost::regex instead")
set(BOOST_REGEX_STANDALONE ON) set(BOOST_REGEX_STANDALONE ON)
add_git_submodule("${PROJECT_SOURCE_DIR}/regex" EXCLUDE_FROM_ALL) add_git_submodule(regex EXCLUDE_FROM_ALL)
endif() endif()
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment