You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/cmake/Platform/Common
Steve Pham 3113b8be03
Fix for 'Cannot Find PThread' when using GCC (#7097)
* Fix for 'Cannot Find PThread' when using GCC

Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>

* Fix error when COMPILATION_C and COMPILATION_CXX handling in ly_append_configurations_options

Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>

* Add missing 'PARENT_SCOPE' when appending to the CMAKE_C_FLAGS and CMAKE_CXX_FLAGS

Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>

* Fix appending of CMAKE_C_FLAGS and CMAKE_CXX_FLAGS

Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>

* Workaround for  C/C++ compilation flag settings for gcc. COMPILATION_C/COMPILATION_CXX is wiping out COMPILATION, so define each one separately with no sharing

Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>

* Remove unnecessary gcc ignore warnings for C files

Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>
4 years ago
..
Clang PR comments 4 years ago
GCC Fix for 'Cannot Find PThread' when using GCC (#7097) 4 years ago
MSVC Fixes for CMake 3.22rc (#5314) (#5580) 4 years ago
Configurations_common.cmake Replace PROFILE define with AZ_PROFILE_BUILD 4 years ago
Install_common.cmake Issues/install missing assets (#7081) 4 years ago
LYWrappers_default.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PackagingPostBuild_common.cmake Creates a deb package (#5567) 4 years ago
PackagingPreBuild_common.cmake Creates a deb package (#5567) 4 years ago
RuntimeDependencies_common.cmake Detects changes in size of the copied runtime dependency (#5711) 4 years ago
TargetIncludeSystemDirectories_supported.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
TargetIncludeSystemDirectories_unsupported.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
runtime_dependencies_common.cmake.in Some fixes for paths with spaces (#6757) 4 years ago