Skip to content

Commit

Permalink
Merge pull request #1102 from m-tayel/1019-proposed-fix
Browse files Browse the repository at this point in the history
Fixed typo in CMake file
  • Loading branch information
miloyip committed Oct 26, 2017
2 parents 7dddd05 + f4b1f76 commit 75a7144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -52,7 +52,7 @@ if(CCACHE_FOUND)
endif(CCACHE_FOUND)

if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
if(${RAPIDJSON_DISABLE_INSTRUMENTATION_OPT})
if(${RAPIDJSON_ENABLE_INSTRUMENTATION_OPT})
if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "powerpc" OR "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ppc64" OR "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ppc64le")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mcpu=native")
else()
Expand Down

0 comments on commit 75a7144

Please sign in to comment.