Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
6992caa4
Commit
6992caa4
authored
Mar 25, 2020
by
Markus Mirz
Browse files
fix cmake policy warning
parent
6b9f116a
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
6992caa4
...
...
@@ -6,7 +6,7 @@
url = https://github.com/eigenteam/eigen-git-mirror.git
[submodule "Dependencies/libcimpp"]
path = Dependencies/libcimpp
url = https://github.com/
CIM-IEC
/libcimpp.git
url = https://github.com/
cim-iec
/libcimpp.git
[submodule "Dependencies/spdlog"]
path = Dependencies/spdlog
url = https://github.com/gabime/spdlog.git
CMakeLists.txt
View file @
6992caa4
cmake_minimum_required
(
VERSION 3.5
)
project
(
DPsim CXX
)
cmake_policy
(
SET CMP0076 NEW
)
if
(
CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME
)
set
(
TOPLEVEL_PROJECT ON
)
else
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment