Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Eyescale/CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
eile committed Aug 14, 2012
2 parents 1211663 + 6ca872d commit eaef8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/Common.cmake
Expand Up @@ -79,7 +79,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
elseif(CMAKE_COMPILER_IS_XLCXX)
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -qnosmp")
set(CMAKE_CC_FLAGS_DEBUG "${CMAKE_CC_FLAGS_DEBUG} -qnosmp")
set(CMAKE_LD_FLAGS_DEBUG "${CMAKE_CC_FLAGS_DEBUG} -qnosmp")
set(CMAKE_SHARED_LINKER_FLAGS_DEBUG "${CMAKE_SHARED_LINKER_FLAGS_DEBUG} -qsmp")
endif()

if(MSVC)
Expand Down

0 comments on commit eaef8a2

Please sign in to comment.