diff --git a/CMakeLists.txt b/CMakeLists.txt index a08c22a..fc17957 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,13 +98,7 @@ else() endif() # destination for cmake export files -if (CMAKE_SYSTEM_NAME MATCHES "Windows") - set(PKG_PREFIX "cmake/CsLibGuarded") - -else() - set(PKG_PREFIX "${CMAKE_INSTALL_LIBDIR}/cmake/CsLibGuarded") - -endif() +set(PKG_PREFIX "${CMAKE_INSTALL_LIBDIR}/cmake/CsLibGuarded") # catch2 set up if(BUILD_TESTS)