From 9c46cbf6e10585b98f25b3d97ed35c1be7b14e45 Mon Sep 17 00:00:00 2001 From: Dimo Markov Date: Mon, 27 Nov 2023 11:13:52 +0200 Subject: [PATCH] CMake fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8f80e4..483ef19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ project(LangulusFractalloc # Check if this project is built as standalone, or a part of something else if(PROJECT_IS_TOP_LEVEL OR NOT LANGULUS) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin) - set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin/lib) + set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin) include(LangulusUtilities.cmake)