Skip to content

Commit

Permalink
Use config header variable
Browse files Browse the repository at this point in the history
  • Loading branch information
white238 committed May 22, 2019
1 parent 0df9d2b commit 6d8f3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axom/core/tests/utils_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ TEST(core_config,config_libraries)
libs.push_back("conduit");
#endif

libs.push_back("C++11");
libs.push_back(AXOM_CXX_STD);

#ifdef AXOM_USE_FMT
libs.push_back("fmt");
Expand Down

0 comments on commit 6d8f3cf

Please sign in to comment.