Skip to content

Commit

Permalink
Fixed case-sensitive issues with the CMake dir
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalamirmusic committed Sep 22, 2022
1 parent 369a287 commit 22d99ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
project(JUCECMakeRepo)

#First, we'll add the CMake folder, incase we'll need to find_package later:
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake")

#Compile commands, useful for some IDEs like VS-Code
set(CMAKE_EXPORT_COMPILE_COMMANDS TRUE)
Expand Down

0 comments on commit 22d99ee

Please sign in to comment.