cppcheck/cmake
Scott Furry fc61596c40 Adjustments to CMake Building (#1925)
From CMake Docs( https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html ),
BUILD_SHARED_LIBS may not be defined. This can result in printinfo.cmake outputing
variable without a value. A conditional is applied to ensure that some output is
provided to the user should variable not be defined.

Removed explicit C++ standard flag. Any setting user would add on the command
line would be replaced due to ordering. `-std=c++0x` would be last value added
to CMAKE_CXX_FLAGS and ultimately the one used by the compiler.
2019-06-26 07:41:48 +02:00
..
buildFiles.cmake Add CMake files 2015-02-13 19:00:14 +01:00
cmake_uninstall.cmake.in Add CMake files 2015-02-13 19:00:14 +01:00
compilerDefinitions.cmake Add CFGDIR as CMake variable (#1554) 2019-01-01 22:48:07 +01:00
compileroptions.cmake Adjustments to CMake Building (#1925) 2019-06-26 07:41:48 +02:00
dynamic_analyzer_options.cmake Add CMake files 2015-02-13 19:00:14 +01:00
findDependencies.cmake Modify Qt5 CMake and include Qt Charts Option (#1837) 2019-05-17 10:17:51 +02:00
options.cmake Modify Qt5 CMake and include Qt Charts Option (#1837) 2019-05-17 10:17:51 +02:00
printInfo.cmake Adjustments to CMake Building (#1925) 2019-06-26 07:41:48 +02:00
versions.cmake Set version to 1.87.99/1.88 dev 2019-02-27 21:30:54 +01:00