fc61596c40
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. |
||
---|---|---|
.. | ||
buildFiles.cmake | ||
cmake_uninstall.cmake.in | ||
compilerDefinitions.cmake | ||
compileroptions.cmake | ||
dynamic_analyzer_options.cmake | ||
findDependencies.cmake | ||
options.cmake | ||
printInfo.cmake | ||
versions.cmake |