meson: Temporarily comment out the cmake code. accepted/tizen/unified/20190722.074738 submit/tizen/20190719.015332 submit/tizen/20190722.022144
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 19 Jul 2019 01:46:20 +0000 (10:46 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 19 Jul 2019 01:46:20 +0000 (10:46 +0900)
this code needed cmake version check

Change-Id: I9921731411aaa4a52efa386a894efa2c378f8323

meson.build

index b75cf0e..d61732e 100644 (file)
@@ -51,26 +51,27 @@ if get_option('test') == true
    subdir('test')
 endif
 
-
-if host_machine.system() != 'windows'
-    cmake_bin = find_program('cmake', required: false)
-    if cmake_bin.found()
-        cmake = import('cmake')
-        cmake.write_basic_package_version_file(
-            version: meson.project_version(),
-            name: 'rlottie',
-        )
-
-        cmakeconf = configuration_data()
-        cmakeconf.set('VERSION', meson.project_version())
-
-        cmake.configure_package_config_file(
-            input: meson.current_source_dir() + '/cmake/rlottieConfig.cmake.in',
-            name: 'rlottie',
-            configuration: cmakeconf,
-        )
-    endif
-endif
+#FIXME: Temporarily comment out this code
+#       this code needed cmake version check
+#if host_machine.system() != 'windows'
+#    cmake_bin = find_program('cmake', required: false)
+#    if cmake_bin.found()
+#        cmake = import('cmake')
+#        cmake.write_basic_package_version_file(
+#            version: meson.project_version(),
+#            name: 'rlottie',
+#        )
+#
+#        cmakeconf = configuration_data()
+#        cmakeconf.set('VERSION', meson.project_version())
+#
+#        cmake.configure_package_config_file(
+#            input: meson.current_source_dir() + '/cmake/rlottieConfig.cmake.in',
+#            name: 'rlottie',
+#            configuration: cmakeconf,
+#        )
+#    endif
+#endif
 
 summary = '''