Changeset: 183bb2555dd3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=183bb2555dd3
Modified Files:
CMakeLists.txt
Branch: cmake-fun
Log Message:
Compilation fix.
diffs (12 lines):
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -289,7 +289,7 @@ if(NOT HAVE_HIDDEN)
endif()
if(MSVC)
- set(_Noreturn __declspec(noreturn))
+ set(_Noreturn "__declspec(noreturn)")
else()
message(STATUS "Test if _Noreturn keyword is supported")
check_c_source_compiles("
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list