cmake HAVE_SIG_ATOMIC_T_NOT_VOLATILE examples

crossuo/crossuo deps/cmcurl/CMake/OtherTests.cmake :190

check_c_source_compiles("
    #ifdef HAVE_SIGNAL_H
    #  include <signal.h>
    #endif
    int main(void) {
      static volatile sig_atomic_t dummy = 0;
      (void)dummy;
      return 0;
    }" HAVE_SIG_ATOMIC_T_NOT_VOLATILE)

AtomicGameEngine/AtomicGameEngine Source/ThirdParty/libcurl/CMake/OtherTests.cmake :202

check_c_source_compiles("
    #ifdef HAVE_SIGNAL_H
    #  include <signal.h>
    #endif
    int main(void) {
      static volatile sig_atomic_t dummy = 0;
      (void)dummy;
      return 0;
    }" HAVE_SIG_ATOMIC_T_NOT_VOLATILE)

AtomicGameEngine/AtomicGameEngine Source/ThirdParty/libcurl/CMake/OtherTests.cmake :213

endif(NOT HAVE_SIG_ATOMIC_T_NOT_VOLATILE)

PacktPublishing/The-Modern-Cpp-Challenge libs/curl/CMake/OtherTests.cmake :205

check_c_source_compiles("
    #ifdef HAVE_SIGNAL_H
    #  include <signal.h>
    #endif
    int main(void) {
      static volatile sig_atomic_t dummy = 0;
      (void)dummy;
      return 0;
    }" HAVE_SIG_ATOMIC_T_NOT_VOLATILE)

PacktPublishing/The-Modern-Cpp-Challenge libs/curl/CMake/OtherTests.cmake :216

endif(NOT HAVE_SIG_ATOMIC_T_NOT_VOLATILE)

AshamaneProject/AshamaneCore dep/cpr/opt/curl/CMake/OtherTests.cmake :205

check_c_source_compiles("
    #ifdef HAVE_SIGNAL_H
    #  include <signal.h>
    #endif
    int main(void) {
      static volatile sig_atomic_t dummy = 0;
      (void)dummy;
      return 0;
    }" HAVE_SIG_ATOMIC_T_NOT_VOLATILE)

AshamaneProject/AshamaneCore dep/cpr/opt/curl/CMake/OtherTests.cmake :216

endif(NOT HAVE_SIG_ATOMIC_T_NOT_VOLATILE)