The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14418 ====================================================================== Reported By: Daniel Schepler Assigned To: ====================================================================== Project: CMake Issue ID: 14418 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-09-16 20:12 EDT Last Modified: 2013-09-16 20:12 EDT ====================================================================== Summary: FindOpenSSL: should mark {LIB,SSL}_EAY_{DEBUG,RELEASE} as advanced Description: After running find_package(OpenSSL) on Windows, the variables LIB_EAY_DEBUG, LIB_EAY_RELEASE, SSL_EAY_DEBUG, SSL_EAY_RELEASE show up in the CMake GUI as non-advanced variables. (In my setup, it was not found -- but looking at FindOpenSSL.cmake, I don't see any mark_as_advanced() with these variables in any case.)
Steps to Reproduce: find_package(OpenSSL) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-09-16 20:12 Daniel ScheplerNew Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
