mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #601 from firefly2442/cmake-fix
match to exact directory name (case-sensitive)
This commit is contained in:
commit
a0199c0e3f
@ -27,7 +27,7 @@ include_directories(AFTER "common")
|
||||
|
||||
# Add extensions to build here
|
||||
add_subdirectory(fcs)
|
||||
add_subdirectory(breakline)
|
||||
add_subdirectory(breakLine)
|
||||
add_subdirectory(advanced_ballistics)
|
||||
|
||||
message("Build Type: ${CMAKE_BUILD_TYPE}")
|
Loading…
Reference in New Issue
Block a user