diff options
| author | Barath Kannan <barathsotd@gmail.com> | 2017-10-17 20:02:26 +1100 |
|---|---|---|
| committer | Barath Kannan <barathsotd@gmail.com> | 2017-10-17 20:02:26 +1100 |
| commit | 62b62d9f35cfb1e81971f56d4f33f369ed9af53c (patch) | |
| tree | 3301fa2f118288ca38b0ad9cc763284b4c6134fa /scripts | |
| parent | c147fc78c919d6084e5f98a574484346d590f00d (diff) | |
| download | vcpkg-62b62d9f35cfb1e81971f56d4f33f369ed9af53c.tar.gz vcpkg-62b62d9f35cfb1e81971f56d4f33f369ed9af53c.zip | |
minor clean up and configuration
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmake/vcpkg_configure_qmake_release.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_configure_qmake_release.cmake b/scripts/cmake/vcpkg_configure_qmake_release.cmake index 8ab5340e9..cf9eacbd5 100644 --- a/scripts/cmake/vcpkg_configure_qmake_release.cmake +++ b/scripts/cmake/vcpkg_configure_qmake_release.cmake @@ -22,7 +22,6 @@ function(vcpkg_configure_qmake_release) # Find qmake exectuable find_program(QMAKE_COMMAND NAMES qmake.exe PATHS ${CURRENT_INSTALLED_DIR}/tools/qt5) - if(NOT QMAKE_COMMAND) message(FATAL_ERROR "vcpkg_configure_qmake: unable to find qmake.") endif() |
