Skip to content

Commit

Permalink
Add missing -D
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Oct 24, 2016
1 parent ad27f50 commit 66687cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/unix_compiler_options.cmake
Expand Up @@ -14,7 +14,7 @@ if (${CMAKE_CXX_COMPILER_ID} MATCHES "GNU")
set(PDAL_COMPILER_GCC 1)
elseif (${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")
set(CXX_STANDARD "-std=c++11")
add_definitions("_GLIBCXX_USE_CXX11_ABI=1")
add_definitions("-D_GLIBCXX_USE_CXX11_ABI=1")
set(PDAL_COMPILER_CLANG 1)
else()
message(FATAL_ERROR "Unsupported C++ compiler")
Expand Down

0 comments on commit 66687cf

Please sign in to comment.