diff --git a/assignment-client/CMakeLists.txt b/assignment-client/CMakeLists.txt index 41343f52d0..ada534431a 100644 --- a/assignment-client/CMakeLists.txt +++ b/assignment-client/CMakeLists.txt @@ -17,4 +17,4 @@ if (UNIX) target_link_libraries(${TARGET_NAME} ${CMAKE_DL_LIBS}) endif (UNIX) -copy_dlls_beside_windows_executable() +copy_dlls_beside_windows_executable() \ No newline at end of file diff --git a/cmake/externals/glm/CMakeLists.txt b/cmake/externals/glm/CMakeLists.txt index eda9e0df98..6e5b1ef870 100644 --- a/cmake/externals/glm/CMakeLists.txt +++ b/cmake/externals/glm/CMakeLists.txt @@ -10,7 +10,6 @@ ExternalProject_Add( LOG_DOWNLOAD 1 LOG_CONFIGURE 1 LOG_BUILD 1 - LOG_INSTALL 1 ) ExternalProject_Get_Property(${EXTERNAL_NAME} INSTALL_DIR)